SoCallbackActionShouldGeneratePrimitives Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool ShouldGeneratePrimitives(
SoShape shape
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function ShouldGeneratePrimitives (
shape As SoShape
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool ShouldGeneratePrimitives(
SoShape^ shape
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract ShouldGeneratePrimitives :
shape : SoShape -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override ShouldGeneratePrimitives :
shape : SoShape -> bool
Parameters
- shape
- Type: OIV.Inventor.NodesSoShape
Return Value
Type:
BooleanRemarks See Also