Click or drag to resize

PrimitiveSphere Class

Primitive Sphere
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.DataPrimitiveSphere

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

The PrimitiveSphere type exposes the following members.

Constructors
  NameDescription
Public methodPrimitiveSphere
Construction
Top
Properties
  NameDescription
Public propertyColor
Primitive Sphere Color
Public propertyLatitudeSegmentCount
Primitive Sphere 위도 원형 품질 개수(4 ~ 128)
Public propertyLongitudeSegmentCount
Primitive Sphere 경도 원형 품질 개수(8 ~ 128)
Public propertyMove
Primitive Sphere Transform
Public propertyName
Primitive Sphere Name
Public propertyRadius
Primitive Sphere 반지름
Public propertyXAxisAnchor
Primitive Sphere X축 방향 기준점 위치
Public propertyYAxisAnchor
Primitive Sphere Y축 방향 기준점 위치
Public propertyZAxisAnchor
Primitive Sphere Z축 방향 기준점 위치
Top
See Also