Search Results for

    Show / Hide Table of Contents

    Class EdgeReinforcementBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FeatureParmsBuilder
    ProfileSystemBuilder
    EdgeReinforcementBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    ProfileSystemBuilder.SetBoundaryOnePoints(Point3d[])
    ProfileSystemBuilder.SetBoundaryTwoPoints(Point3d[])
    ProfileSystemBuilder.CreatePathCurves(NXObject[])
    ProfileSystemBuilder.DeletePathCurves()
    ProfileSystemBuilder.GetLastPathCurves(NXObject[])
    ProfileSystemBuilder.DeleteLastPathCurves()
    ProfileSystemBuilder.SetRegionPoints(Point3d[])
    ProfileSystemBuilder.CreatOrientationPathCurve()
    ProfileSystemBuilder.UpdateEndcutChangeStatus(Boolean, Boolean, Boolean)
    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, 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 EdgeReinforcementBuilder : ProfileSystemBuilder, IMessageSink, IComponentBuilder

    Constructors

    EdgeReinforcementBuilder()

    Declaration
    protected EdgeReinforcementBuilder()

    Properties

    BuildSolid

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

    CreateSeamsAtKnuckles

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

    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
    System.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
    System.Boolean

    ReverseAttachmentDirection

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

    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