Search Results for

    Show / Hide Table of Contents

    Class OffsetCurveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    OffsetCurveBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class OffsetCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    OffsetCurveBuilder()

    Declaration
    protected OffsetCurveBuilder()

    Properties

    AxialOffsetDirection

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

    CurveFitData

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

    CurveFitMethod

    Declaration
    public CurveFitOptions CurveFitMethod { get; }
    Property Value
    Type Description
    CurveFitOptions

    CurvesToOffset

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

    DraftAngle

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

    DraftHeight

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

    ExtendFactor

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Extend factor functionality is no longer supported.")]
    public double ExtendFactor { get; set; }
    Property Value
    Type Description
    System.Double

    GroupObjects

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

    InputCurvesOptions

    Declaration
    public CurveOptions InputCurvesOptions { get; }
    Property Value
    Type Description
    CurveOptions

    LawControl

    Declaration
    public LawBuilder LawControl { get; }
    Property Value
    Type Description
    LawBuilder

    NumberOfCopies

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

    Offset3dDistance

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

    OffsetDistance

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

    PointOnOffsetPlane

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

    ReverseDirection

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

    RoughOffset

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

    Tolerance

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

    TrimMethod

    Declaration
    public OffsetCurveBuilder.TrimOption TrimMethod { get; set; }
    Property Value
    Type Description
    OffsetCurveBuilder.TrimOption

    Type

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

    Methods

    ComputeOffsetDirection(ICurve, Point3d, out Vector3d, out Point3d)

    Declaration
    public void ComputeOffsetDirection(ICurve seedEntity, Point3d seedPoint, out Vector3d offsetDirection, out Point3d startPoint)
    Parameters
    Type Name Description
    ICurve seedEntity
    Point3d seedPoint
    Vector3d offsetDirection
    Point3d startPoint

    ComputeOffsetDirection(out Vector3d, out Point3d)

    Declaration
    public void ComputeOffsetDirection(out Vector3d offsetDirection, out Point3d startPoint)
    Parameters
    Type Name Description
    Vector3d offsetDirection
    Point3d startPoint

    Implements

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