Click or drag to resize
AB4D logo

PlaneVisual3D Properties

The PlaneVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyCenterPosition Gets or sets the plane center position
Public propertyHeightCellsCount Gets or sets the cells count in height direction
Public propertyHeightDirection Gets or sets the Vector3D that defines the direction of the height (used in size)
Public propertyNormal Gets or sets the Vector3D that is perpendicular to the plane
Public propertySize Gets or sets the size of the plane
Public propertyUseMatrixTransform3D When UseMatrixTransform3D is true then this PlaneVisual3D is created with a standard and shared MeshGeometry3D and uses a UseMatrixTransform3D to position, scale and orient the plane to the desired location, size and direction. This gives a big performance improvement. When false, each PlaneVisual3D is created with a unique MeshGeometry3D that is updated according to the position, scale and direction. This means that on each property change a new MeshGeometry3D is created. Default value is true (false can be used to make PlaneVisual3D work as before version 8.2).
Public propertyWidthCellsCount Gets or sets the cells count in width direction
Top
See Also