Interface IIdeaCut
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
Represent cut operation
public interface IIdeaCut : IIdeaPersistentObject, IIdeaObjectImplements
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
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
FlangesWeld
Flange weld of cut. Null means same as Weld or no separate flange weld.
IIdeaWeld FlangesWeld { get; }Property Value
ModifiedObject
Modified Object
IIdeaObject ModifiedObject { get; }Property Value
Offset
Offset
double Offset { get; }Property Value
Weld
Weld of cut (web weld when separate flange weld is defined)
IIdeaWeld Weld { get; }