Search Results for

    Show / Hide Table of Contents

    Class SketchProfileBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SketchProfileBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Fields
    Assembly: NXOpen.dll
    Syntax
    public class SketchProfileBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SketchProfileBuilder()

    Declaration
    protected SketchProfileBuilder()

    Properties

    ChordalTolerance

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

    DiscretePointType

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  NXOpen.Fields.SketchProfileBuilder.PointSamplingType")]
    public FieldProfileTable.SamplingPointOption DiscretePointType { get; set; }
    Property Value
    Type Description
    FieldProfileTable.SamplingPointOption

    Interpolation

    Declaration
    public SketchProfileBuilder.InterpolationType Interpolation { get; set; }
    Property Value
    Type Description
    SketchProfileBuilder.InterpolationType

    NumberPoints

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

    Offset

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

    Points

    Declaration
    public PointList Points { get; }
    Property Value
    Type Description
    PointList

    PointSamplingType

    Declaration
    public SketchProfileBuilder.SamplingPointType PointSamplingType { get; set; }
    Property Value
    Type Description
    SketchProfileBuilder.SamplingPointType

    Scale

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

    Sketch

    Declaration
    public SelectSketch Sketch { get; }
    Property Value
    Type Description
    SelectSketch

    UnitType

    Declaration
    public Unit UnitType { get; set; }
    Property Value
    Type Description
    Unit

    Methods

    SetMeasuresFixed(Boolean)

    Declaration
    public void SetMeasuresFixed(bool areMeasuresFixed)
    Parameters
    Type Name Description
    System.Boolean areMeasuresFixed

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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