Class IdeaPolyLine3D
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaPolyLine3D : AbstractIdeaObject<IIdeaPolyLine3D>, IEquatable<AbstractIdeaObject<IIdeaPolyLine3D>>, IIdeaPolyLine3D, IIdeaObjectInheritance
Implements
-
IIdeaPolyLine3DIIdeaObject
Inherited Members
Constructors
IdeaPolyLine3D(Identifier<IIdeaPolyLine3D>)
public IdeaPolyLine3D(Identifier<IIdeaPolyLine3D> identifer)Parameters
identiferIdentifier<IIdeaPolyLine3D>
IdeaPolyLine3D(int)
public IdeaPolyLine3D(int id)Parameters
idint
IdeaPolyLine3D(string)
public IdeaPolyLine3D(string id)Parameters
idstring
Properties
Segments
Gets the segments contained by the polygon
public virtual List<IIdeaSegment3D> Segments { get; set; }Property Value
- List<IIdeaSegment3D>