Table of Contents

Class Mass

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

mass_point_type

public class Mass : EntityBase, ILoadElement, IFemDesignEntity
Inheritance
Mass
Implements
Inherited Members
Extension Methods

Constructors

Mass(Point3d, double, bool, string)

public Mass(Point3d position, double value, bool applyEcc = false, string comment = "")

Parameters

position Point3d
value double
applyEcc bool
comment string

Properties

ApplyOnEcc

public bool ApplyOnEcc { get; set; }

Property Value

bool

Colouring

public EntityColor Colouring { get; set; }

Property Value

EntityColor

Comment

public string Comment { get; set; }

Property Value

string

Position

Position of mass.

public Point3d Position { get; set; }

Property Value

Point3d

Value

Value of mass in kg.

public double Value { get; set; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string