Table of Contents

Class IdeaCrossSectionByName

Namespace
IdeaStatiCa.BimApiLink.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaCrossSectionByName : AbstractIdeaObject<IIdeaCrossSectionByName>, IEquatable<AbstractIdeaObject<IIdeaCrossSectionByName>>, IIdeaCrossSectionByName, IIdeaCrossSection, IIdeaObject

Inheritance

Implements

IIdeaCrossSectionByName
IIdeaCrossSection
IIdeaObject

Inherited Members

Constructors

public IdeaCrossSectionByName(Identifier<IIdeaCrossSectionByName> identifer)

Parameters

identifer Identifier<IIdeaCrossSectionByName>
public IdeaCrossSectionByName(int id)

Parameters

id int
public IdeaCrossSectionByName(string id)

Parameters

id string

Properties

Specifies that the cross-section is in its principal axis.

public virtual bool IsInPrincipal { get; set; }

Property Value

bool

Material of the cross-section.

public virtual IIdeaMaterial Material { get; set; }

Property Value

IIdeaMaterial

Rotation of the cross-section.

public virtual double Rotation { get; set; }

Property Value

double