Search Results for

    Show / Hide Table of Contents

    Class EdgeReinforcementBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FeatureParmsBuilder
    ProfileSystemBuilder
    EdgeReinforcementBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    ProfileSystemBuilder.SetBoundaryOnePoints(Point3d[])
    ProfileSystemBuilder.SetBoundaryTwoPoints(Point3d[])
    ProfileSystemBuilder.CreatePathCurves(out NXObject[])
    ProfileSystemBuilder.DeletePathCurves()
    ProfileSystemBuilder.GetLastPathCurves(out NXObject[])
    ProfileSystemBuilder.DeleteLastPathCurves()
    ProfileSystemBuilder.SetRegionPoints(Point3d[])
    ProfileSystemBuilder.CreatOrientationPathCurve()
    ProfileSystemBuilder.UpdateEndcutChangeStatus(bool, bool, bool)
    ProfileSystemBuilder.Boundary1
    ProfileSystemBuilder.Boundary1Plane
    ProfileSystemBuilder.Boundary2
    ProfileSystemBuilder.Boundary2Plane
    ProfileSystemBuilder.BoundaryOneModified
    ProfileSystemBuilder.BoundaryReverse
    ProfileSystemBuilder.BoundaryTwoModified
    ProfileSystemBuilder.FirstIntersectionPoints
    ProfileSystemBuilder.ReversePathDirection
    ProfileSystemBuilder.SecondIntersectionPoints
    ProfileSystemBuilder.SplitKnuckleLocations
    ProfileSystemBuilder.UseNewDefaultSectionAlgorithm
    FeatureParmsBuilder.CreatePlaneForList()
    FeatureParmsBuilder.AngleTolerance
    FeatureParmsBuilder.DistanceTolerance
    FeatureParmsBuilder.OrientationAngleRule
    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 EdgeReinforcementBuilder : ProfileSystemBuilder, IMessageSink, IComponentBuilder

    Constructors

    EdgeReinforcementBuilder()

    Declaration
    protected EdgeReinforcementBuilder()

    Properties

    BuildSolid

    Declaration
    public bool BuildSolid { get; set; }
    Property Value
    Type Description
    bool

    CreateSeamsAtKnuckles

    Declaration
    public bool CreateSeamsAtKnuckles { get; set; }
    Property Value
    Type Description
    bool

    Edges

    Declaration
    public Section Edges { get; }
    Property Value
    Type Description
    Section

    EndCutEnd

    Declaration
    public EdgeReinforcementBuilder.EndCutTypes EndCutEnd { get; set; }
    Property Value
    Type Description
    EdgeReinforcementBuilder.EndCutTypes

    EndCutStart

    Declaration
    public EdgeReinforcementBuilder.EndCutTypes EndCutStart { get; set; }
    Property Value
    Type Description
    EdgeReinforcementBuilder.EndCutTypes

    EndEndCut

    Declaration
    public EndCutBuilder EndEndCut { get; }
    Property Value
    Type Description
    EndCutBuilder

    KnuckleLocationTolerance

    Declaration
    public double KnuckleLocationTolerance { get; set; }
    Property Value
    Type Description
    double

    Offset

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

    OrientationAngle

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

    OrientationDefinitionBuilder

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

    OrientationMethod

    Declaration
    public EdgeReinforcementBuilder.OrientationMethods OrientationMethod { get; set; }
    Property Value
    Type Description
    EdgeReinforcementBuilder.OrientationMethods

    OrientationVector

    Declaration
    public Direction OrientationVector { get; set; }
    Property Value
    Type Description
    Direction

    Reverse

    Declaration
    public bool Reverse { get; set; }
    Property Value
    Type Description
    bool

    ReverseAttachmentDirection

    Declaration
    public bool ReverseAttachmentDirection { get; set; }
    Property Value
    Type Description
    bool

    ShipNames

    Declaration
    public ShipNamesBuilder ShipNames { get; }
    Property Value
    Type Description
    ShipNamesBuilder

    StartEndCut

    Declaration
    public EndCutBuilder StartEndCut { get; }
    Property Value
    Type Description
    EndCutBuilder

    StockData

    Declaration
    public StiffenerStockBuilder StockData { get; }
    Property Value
    Type Description
    StiffenerStockBuilder

    Type

    Declaration
    public EdgeReinforcementBuilder.Types Type { get; set; }
    Property Value
    Type Description
    EdgeReinforcementBuilder.Types

    Weld

    Declaration
    public CharacteristicsBuilder Weld { get; }
    Property Value
    Type Description
    CharacteristicsBuilder

    Implements

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