Class PartSystemDeflection
Inheritance
System.Object
PartSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class PartSystemDeflection : PartFEAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Part ComponentDesign { get; }
Property Value
MassPropertiesFromNodeModel
These are consistent with the node model but may be inaccurate (e.g. tapered bars) or incomplete (e.g. lacking inertia tensor for some components). Measured in World Coordinate System.
Declaration
public MassProperties MassPropertiesFromNodeModel { get; }
Property Value
PowerFlowResults
Declaration
public PartPowerFlow PowerFlowResults { get; }
Property Value
SystemDeflection
Declaration
public SystemDeflection SystemDeflection { get; }
Property Value
TwoDDrawingShowingAxialForces
Declaration
public SMTBitmap TwoDDrawingShowingAxialForces { get; }
Property Value
Type |
Description |
SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
TwoDDrawingShowingPowerFlow
Declaration
public SMTBitmap TwoDDrawingShowingPowerFlow { get; }
Property Value
Type |
Description |
SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
Methods
CreateViewable()
Declaration
public SystemDeflectionViewable CreateViewable()
Returns
Implements
System.IEquatable<T>
Extension Methods