 | Object3DManager.ShowPrimitiveDialog Method |
Show Primitive Dialog
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.124 (2.8.25.124)
Syntaxpublic void ShowPrimitiveDialog(
Primitives primitive,
Node selectedNode,
int sideCount = 12
)
Parameters
- primitive
- Type: VIZCore3D.NET.Data.Primitives
Primitive Kind - selectedNode
- Type: VIZCore3D.NET.Data.Node
Selected Node : Parent Node - sideCount (Optional)
- Type: System.Int32
Cylinder Side Count : 12 ~ 36. Default 6
See Also