Search Results for

    Show / Hide Table of Contents

    Class HelixBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    HelixBuilder
    Implements
    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, 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
    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
    double

    CoordinateSystem

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

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    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
    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