Table of Contents

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

CutPart

CuttingObject

Cutting by object

public ReferenceElement CuttingObject { get; set; }

Property Value

ReferenceElement

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

bool

FlangeWeld

Flange weld definition. When null, the web weld is used for both web and flanges.

public WeldDefinition FlangeWeld { get; set; }

Property Value

WeldDefinition

IsWeld

is cut welded

public bool IsWeld { get; set; }

Property Value

bool

Method

Cut Method For cut beam by neagtive object is reqied method Surface

public CutMethod Method { get; set; }

Property Value

CutMethod

ModifiedObject

Modified object

public ReferenceElement ModifiedObject { get; set; }

Property Value

ReferenceElement

Name

Name of the cut

[DataMember]
public string Name { get; set; }

Property Value

string

Offset

Offset

public double Offset { get; set; }

Property Value

double

Orientation

Cut Orientation

public CutOrientation Orientation { get; set; }

Property Value

CutOrientation

PlaneOnCuttingObject

PlaneOnCuttingObject

public DistanceComparison PlaneOnCuttingObject { get; set; }

Property Value

DistanceComparison

WebWeld

Web weld definition. When null, no weld is applied to the web.

public WeldDefinition WebWeld { get; set; }

Property Value

WeldDefinition