WallOpeningParams Class

Represents parameters required to create a wall opening
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.CommonEntityParams
    TSD.API.Remoting.Structure.CreateWallOpeningParams

Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public sealed class WallOpeningParams : EntityParams

The WallOpeningParams type exposes the following members.

Properties
 NameDescription
Public propertyEntityType The EntityType
(Inherited from EntityParams)
Public propertyHeight Gets the height of the wall opening
Public propertyOffset Gets the wall opening offset Vector2D
Public propertyPlaneInfo Gets the EntityInfo of the reference plane
Public propertyPointIndex Gets the reference construction point index
Public propertyWidth Gets the width of the wall opening
Top
Methods
 NameDescription
Public methodStatic memberCreate(IConstructionPoint, IConstructionPlane, Vector2D, Double, Double) Creates a new instance of WallOpeningParams class
Public methodStatic memberCreate(Int32, EntityInfo, Vector2D, Double, Double) Creates a new instance of WallOpeningParams class
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next