Table of Contents

Interface IIdeaCut

Namespace
IdeaStatiCa.BimApi
Assembly
IdeaStatiCa.BimApi.dll

Represent cut operation

public interface IIdeaCut : IIdeaPersistentObject, IIdeaObject

Implements

Properties

CutMethod

Cut Method

CutMethod CutMethod { get; }

Property Value

CutMethod

CutOrientation

Cut Orientation

CutOrientation CutOrientation { get; }

Property Value

CutOrientation

CutPart

Cut part

CutPart CutPart { get; }

Property Value

CutPart

CuttingObject

Modified Object

IIdeaObject CuttingObject { get; }

Property Value

IIdeaObject

DistanceComparison

Distance Comparison

DistanceComparison DistanceComparison { get; }

Property Value

DistanceComparison

ExtendBeforeCut

Extend before cut - for cuts where user can decide if modified beam will be extended or not

bool ExtendBeforeCut { get; }

Property Value

bool

FlangesWeld

Flange weld of cut. Null means same as Weld or no separate flange weld.

IIdeaWeld FlangesWeld { get; }

Property Value

IIdeaWeld

ModifiedObject

Modified Object

IIdeaObject ModifiedObject { get; }

Property Value

IIdeaObject

Offset

Offset

double Offset { get; }

Property Value

double

Weld

Weld of cut (web weld when separate flange weld is defined)

IIdeaWeld Weld { get; }

Property Value

IIdeaWeld