Search Results for

    Show / Hide Table of Contents

    Class FlexSurfaceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FlexSurfaceBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class FlexSurfaceBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    FlexSurfaceBuilder()

    Declaration
    protected FlexSurfaceBuilder()

    Properties

    ColumnNode

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetIntegerPropertyValue(FirstColumnDirectionNode) instead")]
    public int ColumnNode { get; set; }
    Property Value
    Type Description
    int

    FlexBody

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetReferencePropertyValue(FirstFlexibleBody) instead")]
    public SelectFlexBody FlexBody { get; }
    Property Value
    Type Description
    SelectFlexBody

    IsReversed

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetBooleanPropertyValue(FirstFlexibleBodyMaterialSide) instead")]
    public bool IsReversed { get; set; }
    Property Value
    Type Description
    bool

    NumberOfColumns

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetScalarExpressionPropertyValue(FirstNumberOfColumnDirectionNodes) instead")]
    public Expression NumberOfColumns { get; }
    Property Value
    Type Description
    Expression

    NumberOfRows

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetScalarExpressionPropertyValue(FirstNumberOfRowDirectionNodes) instead")]
    public Expression NumberOfRows { get; }
    Property Value
    Type Description
    Expression

    NumberOfSkippedColumns

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetScalarExpressionPropertyValue(FirstSkippedColumns) instead")]
    public Expression NumberOfSkippedColumns { get; }
    Property Value
    Type Description
    Expression

    NumberOfSkippedRows

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetScalarExpressionPropertyValue(FirstSkippedRows) instead")]
    public Expression NumberOfSkippedRows { get; }
    Property Value
    Type Description
    Expression

    OriginNode

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetIntegerPropertyValue(FirstOriginNode) instead")]
    public int OriginNode { get; set; }
    Property Value
    Type Description
    int

    RowNode

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use NXOpen.Motion.AnalyticalContactBuilder.GetIntegerPropertyValue(FirstRowDirectionNode) instead")]
    public int RowNode { get; set; }
    Property Value
    Type Description
    int

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX