Class Vector3D
- Namespace
- IdeaRS.OpenModel.Geometry3D
- Assembly
- IdeaRS.OpenModel.dll
Represents a vector in three-dimensional space.
[OpenModelClass("CI.Geometry3D.Vector3D,CI.BasicTypes")]
[DataContract]
public class Vector3D : OpenObject
Inheritance
Inherited Members
Properties
X
Gets or sets the X-dirrection value
[OpenModelProperty("DirectionX")]
[DataMember]
public double X { get; set; }
Property Value
Y
Gets or sets the Y-dirrection value
[OpenModelProperty("DirectionY")]
[DataMember]
public double Y { get; set; }
Property Value
Z
Gets or sets the Z-dirrection value
[OpenModelProperty("DirectionZ")]
[DataMember]
public double Z { get; set; }