Search Results for

    Show / Hide Table of Contents

    Class EditBoundaryBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FeatureParmsBuilder
    ProfileSystemBuilder
    EditBoundaryBuilder
    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 EditBoundaryBuilder : ProfileSystemBuilder, IMessageSink, IComponentBuilder

    Constructors

    EditBoundaryBuilder()

    Declaration
    protected EditBoundaryBuilder()

    Properties

    EndEndCut

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

    ProfileSystem

    Declaration
    public SelectTaggedObjectList ProfileSystem { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    StartEndCut

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

    Methods

    GetSelectedKnuckles(Curve, out Point[])

    Declaration
    public void GetSelectedKnuckles(Curve profile, out Point[] knucklePoints)
    Parameters
    Type Name Description
    Curve profile
    Point[] knucklePoints

    UpdateEndCutInformation(NXObject)

    Declaration
    public void UpdateEndCutInformation(NXObject shipStructure)
    Parameters
    Type Name Description
    NXObject shipStructure

    Implements

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