SoTileComposertileOrigin Property |
This field specifies the origin of the rectangular part of the view volume to be rendered on this screen.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFVec2f tileOrigin { get; }
Public ReadOnly Property tileOrigin As SoSFVec2f
Get
public:
property SoSFVec2f^ tileOrigin {
SoSFVec2f^ get ();
}
member tileOrigin : SoSFVec2f with get
Property Value
Type:
SoSFVec2f
RemarksThe origin can be any point between (0,0) and (1,1). Here (0,0) denotes the lower left corner of the view volume.
See Also