Click or drag to resize

CylinderRendererAspect Properties

The CylinderRendererAspect type exposes the following members.

Properties
 NameDescription
Public propertyAngleHow much of the cylinder is drawn.
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
(Inherited from RendererAspectT)
Public propertyCastShadowsWhether the renderer casts a shadow.
(Inherited from RendererAspectBase)
Public propertyConeRatioRatio of the radii at either end. A ratio of 1 will create a cylinder, A ratio of 0 will create a cone
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 propertyControlPoints
(Overrides PrimitiveRendererAspectTControlPoints)
Public propertyCurveAngleWhen non zero this extrudes the cylinder around a curve with a radius of CurveRadius.
Public propertyCurveRadiusWhen CurveAngle is non zero this extrudes the cylinder around a curve with a radius of CurveRadius.
Public propertyCurveSegmentsWhen CurveAngle is non zero this extrudes the cylinder around a curve with a radius of CurveRadius with this number of segments to the curve. The default is 20.
Public propertyDocument
(Inherited from PrimitiveRendererAspectT)
Public propertyHasRenderables The value for whether the aspect has renderables to be rendered.
(Inherited from RendererAspectBaseT)
Public propertyId
(Inherited from SerializableObject)
Public propertyInnerRadiusThe radius of the cylinder's hollow section.
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 propertyLengthThe length of the cylinder along its main axis (Y axis dimension).
Public propertyMaterialThe color and texture of the cylinder's surface.
Public propertyRadiusThe radius of the cylinder (in the X/Z plane).
Public propertyRadiusRatioThis controls how elliptical the cylinder is.
Protected propertyRenderable
(Inherited from PrimitiveRendererAspectT)
Public propertyRenderables
(Inherited from RendererAspectBaseT)
Public propertyShowResizeControlPoints
(Inherited from PrimitiveRendererAspectT)
Public propertySkewWhen CurveAngle is non zero this skews the extruded cylinder this distance between the start and the end of the curve.
Public propertySlicesThe number of sides the cylinder has in plan view. A higher number produces a more accurate cylinder, but takes longer to draw.
Public propertyStartAngleThe starting angle for the cylinder.
Public propertyWorldMatrix
(Inherited from PrimitiveRendererAspectT)
Top
See Also