Version: 11.0

    Show / Hide Table of Contents

    Class IndependentMastaCreatedCondensationNode

    Inheritance
    System.Object
    System.MarshalByRefObject
    APIBase
    IndependentMastaCreatedCondensationNode
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    APIBase.DisconnectFromMASTA()
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.callPartialMethod(String, ValueTuple<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, ValueTuple<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, ValueTuple<Type, Object>, ValueTuple<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, ValueTuple<Type, Object>, ValueTuple<Type, Object>, ValueTuple<Type, Object>, T)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    Namespace: SMT.MastaAPI.SystemModel.FE
    Assembly: SMT.MastaAPI.11.1.dll
    Syntax
    public class IndependentMastaCreatedCondensationNode : APIBase, IEquatable<APIBase>

    Fields

    _parent

    Declaration
    protected readonly APIBase _parent
    Field Value
    Type Description
    APIBase

    Properties

    FESubstructureNode

    Declaration
    public FESubstructureNode FESubstructureNode { get; }
    Property Value
    Type Description
    FESubstructureNode

    NodePosition

    Declaration
    public Vector3D NodePosition { get; set; }
    Property Value
    Type Description
    Vector3D

    RigidCouplingType

    Declaration
    public RigidCouplingType RigidCouplingType { get; set; }
    Property Value
    Type Description
    RigidCouplingType

    Methods

    Delete()

    Declaration
    public void Delete()

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top