Roof |
Represents parameters required to create a roof
Inheritance Hierarchy
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The RoofParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
AttributeSet | Gets the IRoofAttributeSet | |
EntityType |
The EntityType (Inherited from EntityParams) | |
PointIndices | Gets the indices of construction points defining the slab item geometry |
Methods
Name | Description | |
---|---|---|
Create(IEnumerableInt32, IRoofAttributeSet) | Creates a new instance of RoofParams class | |
Create(IEnumerableIConstructionPoint, IRoofAttributeSet) | Creates a new instance of RoofParams class |
See Also