Click or drag to resize

TransformAspect Properties

The TransformAspect type exposes the following members.

Properties
 NameDescription
Public propertyAngleUnit The units to use for the rotation properties, or null if the global default is to be used.
Public propertyAngleUnitResolved Gets the selected angle unit, falling back to the global default if none is specified.
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, taking into account the scale factor.
(Overrides RendererAspectTBoundingSphere)
Public propertyCastShadows TransformAspect 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 propertyDistanceUnit The units to use for the location properties, or null if the global default is to be used.
Public propertyDistanceUnitResolved Gets the selected distance unit, falling back to the global default if none is specified.
Public propertyFrame The frame that this TransformAspect is displaying the transform for.
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 transform label 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 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 propertyIsVisible Whether to render the transform label in the scene.
Public propertyLabelComponents Which components to display in the label.
Public propertyLabelLocation The location of the label in the scene, relative to the owning visual.
Public propertyName The name of this frame.
(Overrides AspectComponentBase.Name)
Public propertyReference The frame that this TransformAspect is displaying the transform relative to.
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 propertyScale The scale factor for rendering the axes.
Top
See Also