Table of Contents

Class StiffnessPoint

Namespace
FemDesign.Supports
Assembly
FemDesign.Core.dll
public class StiffnessPoint : EntityBase, IStructureElement, ISupportElement, IFemDesignEntity
Inheritance
StiffnessPoint
Implements
Inherited Members
Extension Methods

Constructors

StiffnessPoint()

public StiffnessPoint()

StiffnessPoint(SurfaceSupport, Point3d, Motions, MotionsPlasticLimits, string)

public StiffnessPoint(SurfaceSupport surface, Point3d point, Motions motions, MotionsPlasticLimits MotionsPlasticityLimits = null, string name = null)

Parameters

surface SurfaceSupport
point Point3d
motions Motions
MotionsPlasticityLimits MotionsPlasticLimits
name string

Fields

SurfaceSupport

public Guid SurfaceSupport

Field Value

Guid

X

public double X

Field Value

double

Y

public double Y

Field Value

double

Z

public double Z

Field Value

double

Properties

Motions

public Motions Motions { get; }

Property Value

Motions

MotionsPlasticityLimits

public MotionsPlasticLimits MotionsPlasticityLimits { get; }

Property Value

MotionsPlasticLimits

Name

public string Name { get; set; }

Property Value

string

Point

public Point3d Point { get; set; }

Property Value

Point3d

Rigidity

public RigidityDataType0 Rigidity { get; set; }

Property Value

RigidityDataType0

Surface

public SurfaceSupport Surface { get; set; }

Property Value

SurfaceSupport