Click or drag to resize

MeshPainterAspect Properties

The MeshPainterAspect type exposes the following members.

Properties
  NameDescription
Public propertyAngleLimit
The maximum angle difference between the ray and the vertex normal.
Protected propertyapp (Inherited from VisualAspect.)
Public propertyAspectManagedBy
The Aspect that this is managed by.
(Inherited from AspectComponentBase.)
Public propertyBindingNameStore
Manages binding names for aspect bindable items.
(Inherited from AspectComponentBase.)
Public propertyColor
The color to use when painting.
Protected propertydocument (Inherited from VisualAspect.)
Public propertyId (Inherited from SerializableObject.)
Public propertyInnerAngle
The angle away from the centeral ray to start painting.
Public propertyInnerToOuterSteps
The amount of steps to paint between the inner and outer angle.
Public propertyIsCollapsed
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.)
Public propertyIsEnabled
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.)
Public propertyIsMultiRay
True when PaintMode is MultiRay.
Public propertyIsReadOnly
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.)
Public propertyMaxRayDistance
The maximum distance an intersection can be from the Visual's center.
Public propertyMaxVertexDistance
The maximum distance a vertex can be from the intersection of the ray.
Public propertyOuterAngle
The angle away from the central ray to stop painting.
Public propertyPaintMode
The current paint mode used for painting.
Public propertyPaintOnMove
When true, triggers a paint event when the Aspect's Visual is moved.
Public propertyRayColor
The color of the ray.
Public propertyRayRadius
The radius of the ray.
Public propertyRotationSteps
The amount of steps to paint around the central ray.
Public propertyShowRay
Show the centeral ray used for painting.
Public propertyTargetFaceLength
The maximum length of the edge of a face when generating a paintable mesh. The smaller the value the smaller the generated faces are which provides a more accurate paint result but at the cost of performance.
Public propertyVisual (Inherited from VisualAspect.)
Top
See Also