Search Results for

    Show / Hide Table of Contents

    Class SketchProfileBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SketchProfileBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.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
    int

    Offset

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

    PointSamplingType

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

    Points

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

    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(bool)

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

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX