ConstructionPointParams Class

Represents parameters required to create a construction point
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.CommonEntityParams
    TSD.API.Remoting.Structure.CreateConstructionPointParams

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public class ConstructionPointParams : EntityParams

The ConstructionPointParams type exposes the following members.

Constructors
  NameDescription
Public methodConstructionPointParams(Point3D)
The constructor for a construction point on a given coordinates
Public methodConstructionPointParams(EntityInfo, Point2D)
The constructor for a construction point on a given coordinates in a given plane
Public methodConstructionPointParams(IConstructionHelper, IConstructionHelper, Int32)
The constructor for a construction point at an intersection of construction helpers
Top
Properties
  NameDescription
Public propertyConstructionHelperA
Get the first construction helper
Public propertyConstructionHelperB
Gets the second construction helper
Public propertyConstructionPlaneInfo
Gets the construction plane info
Public propertyCoordinates2D
Gets the 2D coordinates
Public propertyCoordinates3D
Gets the 3D coordinates
Public propertyEntityType (Inherited from EntityParams.)
Public propertyIntersectionIndex
Gets the index of intersection of constructor helpers
Public propertyPointType
Top
See Also