Class FESubstructureWithSelectionComponents
Inheritance
System.Object
FESubstructureWithSelectionComponents
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FESubstructureWithSelectionComponents : FESubstructureWithSelection, IEquatable<APIBase>
Properties
BeamElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesBeam>> BeamElementProperties { get; }
Property Value
CentreOfCircleThroughSelectedNodes
Declaration
public Vector3D CentreOfCircleThroughSelectedNodes { get; }
Property Value
ComponentLinks
Declaration
public ReadOnlyCollection<FELinkWithSelection> ComponentLinks { get; }
Property Value
Declaration
public ReadOnlyCollection<ContactPairWithSelection> ContactPairs { get; }
Property Value
CoordinateSystems
Declaration
public ReadOnlyCollection<CoordinateSystemWithSelection> CoordinateSystems { get; }
Property Value
DistanceBetweenSelectedNodes
Declaration
public Vector3D DistanceBetweenSelectedNodes { get; }
Property Value
IndependentMastaCreatedRigidNodes
Declaration
public ReadOnlyCollection<IndependentMASTACreatedConstrainedNodesWithSelectionComponents> IndependentMastaCreatedRigidNodes { get; }
Property Value
InterfaceElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesInterface>> InterfaceElementProperties { get; }
Property Value
LinksForElectricMachine
Declaration
public ReadOnlyCollection<FELinkWithSelection> LinksForElectricMachine { get; }
Property Value
LinksForSelectedComponent
Declaration
public ReadOnlyCollection<FELinkWithSelection> LinksForSelectedComponent { get; }
Property Value
ManualAlignment
Declaration
public CoordinateSystemEditor ManualAlignment { get; }
Property Value
MassElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesMass>> MassElementProperties { get; }
Property Value
Materials
Declaration
public ReadOnlyCollection<MaterialPropertiesWithSelection> Materials { get; }
Property Value
MidpointOfSelectedNodes
Declaration
public Vector3D MidpointOfSelectedNodes { get; }
Property Value
OtherElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesBase>> OtherElementProperties { get; }
Property Value
RadiusOfCircleThroughSelectedNodes
Declaration
public double RadiusOfCircleThroughSelectedNodes { get; }
Property Value
Type |
Description |
System.Double |
|
RigidElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesRigid>> RigidElementProperties { get; }
Property Value
ShellElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesShell>> ShellElementProperties { get; }
Property Value
SolidElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesSolid>> SolidElementProperties { get; }
Property Value
SpringDashpotElementProperties
Declaration
public ReadOnlyCollection<ElementPropertiesWithSelection<ElementPropertiesSpringDashpot>> SpringDashpotElementProperties { get; }
Property Value
Methods
AutoSelectNodeRing()
Declaration
public void AutoSelectNodeRing()
ReplaceSelectedShaft()
Declaration
public void ReplaceSelectedShaft()
UseSelectedComponentForAlignment()
Declaration
public void UseSelectedComponentForAlignment()
Implements
System.IEquatable<T>
Extension Methods