SoShapeSetShapeType Method |
set the antialiasing type for this shape.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetShapeType(
SoShapeShapeTypes st
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetShapeType (
st As SoShapeShapeTypes
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetShapeType(
SoShapeShapeTypes st
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetShapeType :
st : SoShapeShapeTypes -> unit
Parameters
- st
- Type: OIV.Inventor.NodesSoShapeShapeTypes
Remarks See Also