Click or drag to resize
PlaneGeometryIntersectionGetShape Method
Get the shape node that contains the computed vertices and indices. Returns null if no shape has been computed yet. In curve mode this is an SoLineSet. In polygon mode this is an SoIndexedFaceSet. In both cases the vertices are in the shape node's attached SoVertexProperty node's 'vertex' field. The application must not modify these nodes.

Namespace: OIV.Medical.Nodes
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 2023.1.3.0.Release.5fd1c1ad27c99c06f73891d4218ee7122fbde35a
Syntax
public SoShape GetShape()

Return Value

Type: SoShape
See Also