Class CutBeamByBeamData
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Provides data of the cut objec by object
public class CutBeamByBeamData
Inheritance
Inherited Members
Properties
CutPart
CutPart - The part of the stiffening member which is cut off
public CutPart CutPart { get; set; }
Property Value
CuttingObject
Cutting by object
public ReferenceElement CuttingObject { get; set; }
Property Value
ExtendBeforeCut
Extend before cut - for cuts where user can decide if modified beam will be extended or not
public bool ExtendBeforeCut { get; set; }
Property Value
IsWeld
is cut welded
public bool IsWeld { get; set; }
Property Value
Method
Cut Method For cut beam by neagtive object is reqied method Surface
public CutMethod Method { get; set; }
Property Value
ModifiedObject
Modified object
public ReferenceElement ModifiedObject { get; set; }
Property Value
Name
Name of the cut
[DataMember]
public string Name { get; set; }
Property Value
Offset
Offset
public double Offset { get; set; }
Property Value
Orientation
Cut Orientation
public CutOrientation Orientation { get; set; }
Property Value
PlaneOnCuttingObject
PlaneOnCuttingObject
public DistanceComparison PlaneOnCuttingObject { get; set; }
Property Value
WeldThickness
Thickness of the weld - value 0 = recommended size
public double WeldThickness { get; set; }
Property Value
WeldType
Type of the weld
public WeldType WeldType { get; set; }