Click or drag to resize

AxesAspect Properties

The AxesAspect type exposes the following members.

Properties
 NameDescription
Public propertyAngleUnit Gets the units to use for the rotation properties.
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 propertyBoundingBox
(Inherited from RendererAspectT)
Public propertyBoundingSphere The bounding sphere for this aspect.
(Overrides RendererAspectTBoundingSphere)
Public propertyCastShadows AxesAspect instances do not cast shadows.
(Overrides RendererAspectBaseCastShadows)
Public propertyContainerBoundingBox The bounding box of the owning container.
(Inherited from RendererAspectBase)
Public propertyContainerBoundingSphere The bounding sphere of the owning container.
(Inherited from RendererAspectBase)
Public propertyContainerWorldMatrix The world matrix of the owning container.
(Inherited from RendererAspectBase)
Public propertyCoordinateSystem The coordinate system for this set of axes.
Public propertyDisplayComponents The set of axes components to display.
Public propertyDistanceUnit Gets the units to use for the location properties.
Public propertyHasRenderables The value for whether the aspect has renderables to be rendered.
(Inherited from RendererAspectBaseT)
Public propertyId
(Inherited from SerializableObject)
Public propertyIgnoreZoom Whether to render the axes at a fixed size (set by the Scale property) regardless of zoom level.
Public propertyIsCollapsed Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase)
Public propertyIsDraggable Whether this aspect can be dragged to a different location relative to its visual.
Public propertyIsEnabled The value for whether the aspect is enabled.
(Inherited from AspectComponentBase)
Public propertyIsLayerVisible The value for whether the owning container's layer is visible.
(Inherited from RendererAspectBase)
Public propertyIsReadOnly When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase)
Public propertyLabel A label to display along side the set of axes.
Public propertyLocation The location of the axes, relative to the parent visual.
Protected propertyRenderable
(Inherited from RendererAspectT)
Public propertyRenderables The renderables for this aspect. This simply a wrapper around the base implementation which ensures the renderables are not serialized.
(Overrides RendererAspectBaseTRenderables)
Public propertyRenderOnTop Whether the axes are rendered on top of the scene, so they are always visible.
Public propertyRotation The rotation of the axes, relative to the parent visual.
Public propertyScale The scale factor for rendering the axes.
Public propertySphereColor The color of the sphere at the axes' origin.
Public propertyVisibility Whether the axes are displayed all the time, or only when then visual is selected.
Top
See Also