Class StructuralWallParams
Represents parameters required to create a structural wall
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class StructuralWallParams : EntityParams
Properties
| Name | Description |
|---|---|
| AttributeSet | Gets the IStructuralWallAttributeSet |
| PointIndices | Gets the indices of construction points defining the structural wall geometry |
Methods
| Name | Description |
|---|---|
| Create(IEnumerable<int>?, IStructuralWallAttributeSet?) | Creates a new instance of StructuralWallParams class |
| Create(IEnumerable<IConstructionPoint?>?, IStructuralWallAttributeSet?) | Creates a new instance of StructuralWallParams class |