Table of Contents

Class Group

Namespace
FemDesign.Supports
Assembly
FemDesign.Core.dll

support_rigidity_data_type --> group

public class Group
Inheritance
Group
Inherited Members
Extension Methods

Constructors

Group(Vector3d, Vector3d, Motions, Rotations)

Constructor by vectors and rigidity. Used to create group for point support

public Group(Vector3d localX, Vector3d localY, Motions motions, Rotations rotations)

Parameters

localX Vector3d
localY Vector3d
motions Motions
rotations Rotations

Fields

_localX

public Vector3d _localX

Field Value

Vector3d

_localY

public Vector3d _localY

Field Value

Vector3d

_predefRigidity

public RigidityDataLibType2 _predefRigidity

Field Value

RigidityDataLibType2

_predefRigidityRef

public GuidListType _predefRigidityRef

Field Value

GuidListType

Properties

LocalX

public Vector3d LocalX { get; }

Property Value

Vector3d

LocalY

public Vector3d LocalY { get; set; }

Property Value

Vector3d

LocalZ

public Vector3d LocalZ { get; }

Property Value

Vector3d

PredefRigidity

public RigidityDataLibType2 PredefRigidity { get; set; }

Property Value

RigidityDataLibType2

Rigidity

public RigidityDataType2 Rigidity { get; set; }

Property Value

RigidityDataType2

RigidityGroup

public Rigidity_group_type2 RigidityGroup { get; set; }

Property Value

Rigidity_group_type2

Methods

OrientCoordinateSystemToGCS()

Orient this object's coordinate system to GCS

public void OrientCoordinateSystemToGCS()

ToString()

public override string ToString()

Returns

string