Class FEPart
Inheritance
System.Object
FEPart
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPart : AbstractShaftOrHousing, IEquatable<APIBase>
Properties
DefaultFESubstructure
Declaration
public ListWithSelectedItem<FESubstructure> DefaultFESubstructure { get; set; }
Property Value
KnowsScalarMass
Declaration
public bool KnowsScalarMass { get; }
Property Value
Type |
Description |
System.Boolean |
|
LocalCoordinateSystem
Declaration
public override CoordinateSystem3D LocalCoordinateSystem { get; }
Property Value
Overrides
ThreeDNodeSize
Declaration
public double ThreeDNodeSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
CreateFESubstructure()
Declaration
public FESubstructure CreateFESubstructure()
Returns
CreateFESubstructure(String)
Declaration
public FESubstructure CreateFESubstructure(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
RemoveFESubstructure(FESubstructure)
Declaration
public bool RemoveFESubstructure(FESubstructure feSubstructure)
Parameters
Returns
Type |
Description |
System.Boolean |
|
SelectFESubstructure(FESubstructure)
Declaration
public void SelectFESubstructure(FESubstructure feSubstructure)
Parameters
Implements
System.IEquatable<T>
Extension Methods