| PoProfileElementGetProfile Method  | 
Return the current 2D polygon defining the profile. 
 
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SbNativeArraySbVec2f
Remarksstep is only used for circular and elliptic profile.   
See Also