|
MovablePlane Constructor |
Constructor
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public MovablePlane(
Vector3D planeXDirection,
Vector3D planeYDirection,
double length,
double radius,
Color color,
string name = null
)
Parameters
- planeXDirection Vector3D
- planeXDirection
- planeYDirection Vector3D
- planeYDirection
- length Double
- length
- radius Double
- radius
- color Color
- color
- name String (Optional)
- name
See Also