Click or drag to resize
PoProfileElementGetProfile Method

Return the current 2D polygon defining the profile.

Namespace: OIV.MeshViz.Elements
Assembly: 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
)

Parameters

state
Type: OIV.Inventor.MiscSoState
step
Type: SystemSingle

Return Value

Type: SbNativeArraySbVec2f
Remarks

step is only used for circular and elliptic profile.

See Also