WallOpeningParams Constructor (IConstructionPoint, IConstructionPlane, Vector2D, Double, Double)

The constructor for a wall opening parameters

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public WallOpeningParams(
	IConstructionPoint point,
	IConstructionPlane plane,
	Vector2D offset,
	double width,
	double height
)

Parameters

point
Type: TSD.API.Remoting.StructureIConstructionPoint
The reference IConstructionPoint
plane
Type: TSD.API.Remoting.StructureIConstructionPlane
The reference IConstructionPlane
offset
Type: TSD.API.Remoting.GeometryVector2D
The wall opening offset measured in the reference plane from the reference point
width
Type: SystemDouble
The width of the wall opening
height
Type: SystemDouble
The height of the wall opening
See Also