Class FEPart
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPart
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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