Class Mass
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
Properties
ApplyOnEcc
public bool ApplyOnEcc { get; set; }
Property Value
Colouring
public EntityColor Colouring { get; set; }
Property Value
Comment
public string Comment { get; set; }
Property Value
Position
Position of mass.
public Point3d Position { get; set; }
Property Value
Value
Value of mass in kg.
public double Value { get; set; }
Property Value
Methods
ToString()
public override string ToString()