Search Results for

    Show / Hide Table of Contents

    Class InverseBendingLinesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    InverseBendingLinesBuilder
    Implements
    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, 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.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
    bool

    Extension

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

    FillingCoefficient

    Declaration
    public double FillingCoefficient { get; set; }
    Property Value
    Type Description
    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
    int

    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
    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
    double

    NumberOfCurves

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

    NumberOfRows

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

    OffsetBetweenDiagrams

    Declaration
    public double OffsetBetweenDiagrams { get; set; }
    Property Value
    Type Description
    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
    int

    VarOverlapMin

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

    Methods

    GetFailedProfiles(out int[])

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

    Implements

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