Click or drag to resize
AB4D logo

MovablePlane Class

MovablePlane is used by ModelMoverVisual3D and contains code to handle moving one 3D plane.
Inheritance Hierarchy
SystemObject
  Ab3d.UtilitiesMovablePlane

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class MovablePlane

The MovablePlane type exposes the following members.

Constructors
 NameDescription
Public methodMovablePlane Constructor
Top
Properties
 NameDescription
Public propertyColor Color
Public propertyLength Length
Public propertyPlaneElement3D PlaneElement3D
Public propertyPlaneModel3D PlaneModel3D
Public propertyPlaneNormal PlaneNormal
Public propertyPlaneOpacity PlaneOpacity
Public propertyPlaneXDirection PlaneXDirection
Public propertyPlaneYDirection PlaneYDirection
Public propertyRadius Radius
Public propertySelectedCursor SelectedCursor
Public propertySelectedMaterial SelectedMaterial
Top
Methods
 NameDescription
Public methodSetRotation SetRotation
Top
Fields
 NameDescription
Public fieldOnMoveEndedCallback OnMoveEndedCallback
Public fieldOnMoveStartedCallback OnMoveStartedCallback
Public fieldOnMovingCallback OnMovingCallback
Public fieldTubeSegmentsCount TubeSegmentsCount
Top
See Also