SoLDMDataAccessDataInfoPlanePolygonCoord Property |
Polygon intersecting subvolume in voxel coordinates.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3i32 this[
int i
] { get; set; }
Public Property PolygonCoord (
i As Integer
) As SbVec3i32
Get
Set
public:
property SbVec3i32 PolygonCoord[int i] {
SbVec3i32 get (int i);
void set (int i, SbVec3i32 value);
}
member PolygonCoord : SbVec3i32 with get, set
Parameters
- i
- Type: SystemInt32
Property Value
Type:
SbVec3i32Remarks See Also