ScRayPickActionSetNormalizedPoint Method |
Sets the viewport point in normalized coordinates, which range from (0,0) at the lower left to (1,1) at the upper right.
Namespace: OIV.ScaleViz.ActionsAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetNormalizedPoint(
SbVec2f normPoint
)
Public Sub SetNormalizedPoint (
normPoint As SbVec2f
)
public:
void SetNormalizedPoint(
SbVec2f normPoint
)
member SetNormalizedPoint :
normPoint : SbVec2f -> unit
Parameters
- normPoint
- Type: OIV.InventorSbVec2f
RemarksNOTE: You can use this method or the setPoint / setRay methods. Whichever method you call last is the one that takes effect.
See Also