Table of Contents

Class IdeaWorkPlane

Namespace
IdeaStatiCa.BimApiLink.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaWorkPlane : AbstractIdeaObject<IIdeaWorkPlane>, IEquatable<AbstractIdeaObject<IIdeaWorkPlane>>, IIdeaWorkPlane, IIdeaObject

Inheritance

Implements

IIdeaWorkPlane
IIdeaObject

Inherited Members

Constructors

protected IdeaWorkPlane(Identifier<IIdeaWorkPlane> identifer)

Parameters

identifer Identifier<IIdeaWorkPlane>
public IdeaWorkPlane(int id)

Parameters

id int
public IdeaWorkPlane(string id)

Parameters

id string

Properties

Workplane normal vector

public IdeaVector3D Normal { get; set; }

Property Value

IdeaVector3D

Workplane origin point

public virtual IIdeaNode Origin { get; set; }

Property Value

IIdeaNode
public virtual IIdeaPersistenceToken Token { get; set; }

Property Value

IIdeaPersistenceToken