PoMeshContouringannotClippingPolygon Property |
This is a polygon where no annotations are present outside it.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFVec2f annotClippingPolygon { get; }
Public ReadOnly Property annotClippingPolygon As SoMFVec2f
Get
public:
property SoMFVec2f^ annotClippingPolygon {
SoMFVec2f^ get ();
}
member annotClippingPolygon : SoMFVec2f with get
Property Value
Type:
SoMFVec2fRemarks If the point list is empty, the mesh limits will be used instead. By default, annotClippingPolygon = (0,0)
See Also