CastShadows { get; set; } | Gets or sets whether this geometry can cast shadow(Inherited from Primitive .) |
Excluded { get; set; } | Gets or sets whether to exclude this entity during exporting.(Inherited from Entity .) |
GenerateFanCylinder { get; set; } | Gets or sets whether to generate the fan-style cylinder when the ThetaLength is less than 2*PI, otherwise the model will not be cut. |
Height { get; set; } | Gets or sets the height of the cylinder. |
HeightSegments { get; set; } | Gets or sets the height segments. |
virtual Name { get; set; } | Gets or sets the name.(Inherited from A3DObject .) |
OffsetBottom { get; set; } | Gets or sets the vertices transformation offset of the bottom side. |
OffsetTop { get; set; } | Gets or sets the vertices transformation offset of the top side. |
OpenEnded { get; set; } | Gets or sets a value indicating whether this Cylinder open ended. The default value is false. |
ParentNode { get; set; } | Gets or sets the first parent node, if set the first parent node, this entity will be detached from other parent nodes.(Inherited from Entity .) |
ParentNodes { get; } | Gets all parent nodes, an entity can be attached to multiple parent nodes for geometry instancing(Inherited from Entity .) |
Properties { get; } | Gets the collection of all properties.(Inherited from A3DObject .) |
RadialSegments { get; set; } | Gets or sets the radial segments. |
RadiusBottom { get; set; } | Gets or sets the radius of cylinder’s bottom cap. |
RadiusTop { get; set; } | Gets or sets the radius of cylinder’s top cap. |
ReceiveShadows { get; set; } | Gets or sets whether this geometry can receive shadow.(Inherited from Primitive .) |
Scene { get; } | Gets the scene that this object belongs to(Inherited from SceneObject .) |
ShearBottom { get; set; } | Gets or sets of the shear transform of the bottom side, vector stores the (x-axis, z-axis) shear value that measured in radian, default value is (0, 0) |
ShearTop { get; set; } | Gets or sets of the shear transform of the top side, vector stores the (x-axis, z-axis) shear value that measured in radian, default value is (0, 0) |
ThetaLength { get; set; } | Gets or sets the length of the theta. The default value is 2π. |
ThetaStart { get; set; } | Gets or sets the theta start. The default value is 0. |