Plane |
The PlaneVisual3D type exposes the following members.
Name | Description | |
---|---|---|
CenterPosition | Gets or sets the plane center position | |
HeightCellsCount | Gets or sets the cells count in height direction | |
HeightDirection | Gets or sets the Vector3D that defines the direction of the height (used in size) | |
Normal | Gets or sets the Vector3D that is perpendicular to the plane | |
Size | Gets or sets the size of the plane | |
UseMatrixTransform3D | 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). | |
WidthCellsCount | Gets or sets the cells count in width direction |