PoProfileElementGetProfile Method |
Return the current 2D polygon defining the profile.
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbNativeArray<SbVec2f> GetProfile(
SoState state,
float step
)
Public Shared Function GetProfile (
state As SoState,
step As Single
) As SbNativeArray(Of SbVec2f)
public:
static SbNativeArray<SbVec2f>^ GetProfile(
SoState^ state,
float step
)
static member GetProfile :
state : SoState *
step : float32 -> SbNativeArray<SbVec2f>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- step
- Type: SystemSingle
Return Value
Type:
SbNativeArraySbVec2fRemarks step is only used for circular and elliptic profile.
See Also