Click or drag to resize

Point3D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents an x- , y- an z-coordinates in three-dimensional space.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Geometry3D
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class Point3D : OpenElementId

The Point3D type exposes the following members.

Constructors
  NameDescription
Public methodPoint3D
Initializes a new instance of the Point3D class
Top
Properties
  NameDescription
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyName
Gets or sets the Name
Public propertyX
Gets or sets the X-coordinate value
Public propertyY
Gets or sets the Y-coordinate value
Public propertyZ
Gets or sets the Z-coordinate value
Top
See Also