Click or drag to resize

PrimitiveCylinder Class

Primitive Cylinder
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.DataPrimitiveCylinder

Namespace:  VIZCore3DX.NET.Data
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.1127 (1.1.25.1127)
Syntax
C#
public class PrimitiveCylinder : VIZCoreBase

The PrimitiveCylinder type exposes the following members.

Constructors
  NameDescription
Public methodPrimitiveCylinder
Construction
Top
Properties
  NameDescription
Public propertyColor
Primitive Cylinder Color
Public propertyHeight
Primitive Cylinder 높이
Public propertyMove
Primitive Cylinder Transform
Public propertyName
Primitive Cylinder Name
Public propertyRadius
Primitive Cylinder 반지름
Public propertySegmentCount
Primitive Cylinder 원형 품질 개수(8 ~ 128)
Public propertyXAxisAnchor
Primitive Cylinder X축 방향 기준점 위치
Public propertyYAxisAnchor
Primitive Cylinder Y축 방향 기준점 위치
Public propertyZAxisAnchor
Primitive Cylinder Z축 방향 기준점 위치
Top
See Also