Search Results for

    Show / Hide Table of Contents

    Class HelixBuilder

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

    Constructors

    HelixBuilder()

    Declaration
    protected HelixBuilder()

    Properties

    AngleTolerance

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

    CoordinateSystem

    Declaration
    public CoordinateSystem CoordinateSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    DistanceTolerance

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

    EndLimit

    Declaration
    public OnPathDimensionBuilder EndLimit { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    LengthMethod

    Declaration
    public HelixBuilder.LengthMethods LengthMethod { get; set; }
    Property Value
    Type Description
    HelixBuilder.LengthMethods

    NumberOfTurns

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Features.HelixBuilder.Turns")]
    public string NumberOfTurns { get; set; }
    Property Value
    Type Description
    System.String

    OrientationOption

    Declaration
    public HelixBuilder.OrientationOptions OrientationOption { get; set; }
    Property Value
    Type Description
    HelixBuilder.OrientationOptions

    PitchLaw

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

    SizeLaw

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

    SizeOption

    Declaration
    public HelixBuilder.SizeOptions SizeOption { get; set; }
    Property Value
    Type Description
    HelixBuilder.SizeOptions

    Spine

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

    StartAngle

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

    StartLimit

    Declaration
    public OnPathDimensionBuilder StartLimit { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    TurnDirection

    Declaration
    public HelixBuilder.TurnDirections TurnDirection { get; set; }
    Property Value
    Type Description
    HelixBuilder.TurnDirections

    Turns

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

    Type

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

    Methods

    Evaluate()

    Declaration
    public void Evaluate()

    Implements

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