Click or drag to resize

MeshPainterAspect Properties

The MeshPainterAspect type exposes the following members.

Properties
 NameDescription
Public propertyAngleLimitThe 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 propertyColorThe color to use when painting.
Protected propertydocument
(Inherited from VisualAspect)
Public propertyId
(Inherited from SerializableObject)
Public propertyInnerAngleThe angle away from the centeral ray to start painting.
Public propertyInnerToOuterStepsThe 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 propertyIsMultiRayTrue when PaintMode is MultiRay.
Public propertyIsReadOnly When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase)
Public propertyMaxRayDistanceThe maximum distance an intersection can be from the Visual's center.
Public propertyMaxVertexDistanceThe maximum distance a vertex can be from the intersection of the ray.
Public propertyOuterAngleThe angle away from the central ray to stop painting.
Public propertyPaintModeThe current paint mode used for painting.
Public propertyPaintOnMoveWhen true, triggers a paint event when the Aspect's Visual is moved.
Public propertyRayColorThe color of the ray.
Public propertyRayRadiusThe radius of the ray.
Public propertyRotationStepsThe amount of steps to paint around the central ray.
Public propertyShowRayShow the centeral ray used for painting.
Public propertyTargetFaceLengthThe 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