Class FESubstructureWithSelection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FESubstructureWithSelection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class FESubstructureWithSelection : BaseFEWithSelection, IEquatable<APIBase>
Properties
ElementFaceGroups
Declaration
public ReadOnlyCollection<ElementFaceGroupWithSelection> ElementFaceGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ElementFaceGroupWithSelection> |
FESubstructure
Declaration
public FESubstructure FESubstructure { get; }
Property Value
Type | Description |
---|---|
FESubstructure |
NodeGroups
Declaration
public ReadOnlyCollection<NodeGroupWithSelection> NodeGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NodeGroupWithSelection> |
SelectedNodes
Declaration
public string SelectedNodes { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateCondensationNodeConnectedToCurrentSelection()
Declaration
public void CreateCondensationNodeConnectedToCurrentSelection()
CreateElementFaceGroup()
Declaration
public void CreateElementFaceGroup()
CreateNodeGroup()
Declaration
public void CreateNodeGroup()
GroundSelectedFaces()
Declaration
public void GroundSelectedFaces()
RemoveGroundingOnSelectedFaces()
Declaration
public void RemoveGroundingOnSelectedFaces()
Implements
System.IEquatable<T>