SoLDMDataAccessDataInfoPlaneNumPolygonPoints Property |
Number of points of the polygon intersecting subvolume.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int NumPolygonPoints { get; set; }
Public Property NumPolygonPoints As Integer
Get
Set
public:
property int NumPolygonPoints {
int get ();
void set (int value);
}
member NumPolygonPoints : int with get, set
Property Value
Type:
Int32Remarks The polygon will have 3, 4, 5, or 6 vertices depending on how the plane intersects the subvolume.
See Also