Class IdeaCrossSectionByComponents
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaCrossSectionByComponents : AbstractIdeaObject<IIdeaCrossSectionByComponents>, IEquatable<AbstractIdeaObject<IIdeaCrossSectionByComponents>>, IIdeaCrossSectionByComponents, IIdeaCrossSection, IIdeaObject
Inheritance
Implements
-
IIdeaCrossSectionByComponentsIIdeaCrossSectionIIdeaObject
Inherited Members
Constructors
IdeaCrossSectionByComponents(Identifier<IIdeaCrossSectionByComponents>)
public IdeaCrossSectionByComponents(Identifier<IIdeaCrossSectionByComponents> identifer)
Parameters
identifer
Identifier<IIdeaCrossSectionByComponents>
IdeaCrossSectionByComponents(int)
public IdeaCrossSectionByComponents(int id)
Parameters
id
int
IdeaCrossSectionByComponents(string)
public IdeaCrossSectionByComponents(string id)
Parameters
id
string
Properties
Components
Set of components.
public virtual HashSet<IIdeaCrossSectionComponent> Components { get; set; }
Property Value
- HashSet<IIdeaCrossSectionComponent>
IsInPrincipal
Specifies that the cross-section is in its principal axis.
public virtual bool IsInPrincipal { get; set; }
Property Value
Rotation
Rotation of the cross-section.
public virtual double Rotation { get; set; }