Class FieldProfileTable
Inheritance
System.Object
System.MarshalByRefObject
FieldProfileTable
Inherited Members
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 FieldProfileTable : FieldTable, IMessageSink, IFitTo, INXObject
Constructors
FieldProfileTable()
Declaration
protected FieldProfileTable()
Properties
ChordalTolerance
Declaration
public Expression ChordalTolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
NumberPoints
Declaration
public int NumberPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Offset
Declaration
public Expression Offset { get; }
Property Value
Type | Description |
---|---|
Expression |
SamplingPointType
Declaration
public FieldProfileTable.SamplingPointOption SamplingPointType { get; set; }
Property Value
Type | Description |
---|---|
FieldProfileTable.SamplingPointOption |
Scale
Declaration
public Expression Scale { get; }
Property Value
Type | Description |
---|---|
Expression |
Sketch
Declaration
public Sketch Sketch { get; set; }
Property Value
Type | Description |
---|---|
Sketch |
Methods
SetUnitType(Unit)
Declaration
public void SetUnitType(Unit unitType)
Parameters
Type | Name | Description |
---|---|---|
Unit | unitType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink