Search Results for

    Show / Hide Table of Contents

    Class InverseBendingLinesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    InverseBendingLinesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class InverseBendingLinesBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    InverseBendingLinesBuilder()

    Declaration
    protected InverseBendingLinesBuilder()

    Properties

    DrawVentHoles

    Declaration
    public bool DrawVentHoles { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension

    Declaration
    public Expression Extension { get; }
    Property Value
    Type Description
    Expression

    FillingCoefficient

    Declaration
    public double FillingCoefficient { get; set; }
    Property Value
    Type Description
    System.Double

    GridSpacing

    Declaration
    public Expression GridSpacing { get; }
    Property Value
    Type Description
    Expression

    LowerMargin

    Declaration
    public Expression LowerMargin { get; }
    Property Value
    Type Description
    Expression

    MaxNumberOfCurves

    Declaration
    public int MaxNumberOfCurves { get; set; }
    Property Value
    Type Description
    System.Int32

    Measure

    Declaration
    public InverseBendingLinesBuilder.MeasureType Measure { get; set; }
    Property Value
    Type Description
    InverseBendingLinesBuilder.MeasureType

    Method

    Declaration
    public InverseBendingLinesBuilder.MethodType Method { get; set; }
    Property Value
    Type Description
    InverseBendingLinesBuilder.MethodType

    NeutralAxisPercent

    Declaration
    public double NeutralAxisPercent { get; set; }
    Property Value
    Type Description
    System.Double

    NeutralMethod

    Declaration
    public InverseBendingLinesBuilder.NeutralMethodType NeutralMethod { get; set; }
    Property Value
    Type Description
    InverseBendingLinesBuilder.NeutralMethodType

    NonlinearityCoefficient

    Declaration
    public double NonlinearityCoefficient { get; set; }
    Property Value
    Type Description
    System.Double

    NumberOfCurves

    Declaration
    public int NumberOfCurves { get; set; }
    Property Value
    Type Description
    System.Int32

    NumberOfRows

    Declaration
    public int NumberOfRows { get; set; }
    Property Value
    Type Description
    System.Int32

    OffsetBetweenDiagrams

    Declaration
    public double OffsetBetweenDiagrams { get; set; }
    Property Value
    Type Description
    System.Double

    Overlap

    Declaration
    public Expression Overlap { get; }
    Property Value
    Type Description
    Expression

    ProfileBodies

    Declaration
    public SelectBodyList ProfileBodies { get; }
    Property Value
    Type Description
    SelectBodyList

    ReferencePlane

    Declaration
    public InverseBendingLinesBuilder.ReferencePlaneType ReferencePlane { get; set; }
    Property Value
    Type Description
    InverseBendingLinesBuilder.ReferencePlaneType

    ReferencePlanePoint

    Declaration
    public Point ReferencePlanePoint { get; set; }
    Property Value
    Type Description
    Point

    SideMargin

    Declaration
    public Expression SideMargin { get; }
    Property Value
    Type Description
    Expression

    UpperMargin

    Declaration
    public Expression UpperMargin { get; }
    Property Value
    Type Description
    Expression

    UserCsys

    Declaration
    public CoordinateSystem UserCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    VarMarginIncrement

    Declaration
    public Expression VarMarginIncrement { get; }
    Property Value
    Type Description
    Expression

    VarMarginMax

    Declaration
    public Expression VarMarginMax { get; }
    Property Value
    Type Description
    Expression

    VarMarginMin

    Declaration
    public Expression VarMarginMin { get; }
    Property Value
    Type Description
    Expression

    VarOverlapMax

    Declaration
    public int VarOverlapMax { get; set; }
    Property Value
    Type Description
    System.Int32

    VarOverlapMin

    Declaration
    public int VarOverlapMin { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetFailedProfiles(out Int32[])

    Declaration
    public Body[] GetFailedProfiles(out int[] failedReasons)
    Parameters
    Type Name Description
    System.Int32[] failedReasons
    Returns
    Type Description
    Body[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX