|
CameraAxisPanelCreateAxisVisual Method |
CreateAxisVisual creates a Visual3D that represents the axis 3D model.
NOTE: When overridden to create custom axis, you also need to override the SetAxisLength method.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected virtual Visual3D CreateAxisVisual(
double axesLength
)
Parameters
- axesLength Double
- initial length of the axis.
Return Value
Visual3DVisual3D that represents the axis 3D model
Remarks
CreateAxisVisual creates a Visual3D that represents the axis 3D model.
NOTE: When CreateAxisVisual is overridden to create custom axis, you also need to override the SetAxisLength and SetAxisColors methods.
See Also