Class BaseSurfaceFinish
Inheritance
System.Object
System.MarshalByRefObject
BaseSurfaceFinish
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.Annotations
Assembly: NXOpen.dll
Syntax
public class BaseSurfaceFinish : PmiAttribute, IMessageSink, IFitTo, ILinearTolerance, INXObject
Constructors
BaseSurfaceFinish()
Declaration
protected BaseSurfaceFinish()
Methods
GetInvertSymbol()
Declaration
public bool GetInvertSymbol()
Returns
Type | Description |
---|---|
System.Boolean |
GetTolerance()
Declaration
public LinearTolerance GetTolerance()
Returns
Type | Description |
---|---|
LinearTolerance |
GetUnitsFormatPrefs()
Declaration
public UnitsFormatPreferences GetUnitsFormatPrefs()
Returns
Type | Description |
---|---|
UnitsFormatPreferences |
SetInvertSymbol(Boolean)
Declaration
public void SetInvertSymbol(bool invertSymbol)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | invertSymbol |
SetTolerance(LinearTolerance)
Declaration
public void SetTolerance(LinearTolerance tolerance)
Parameters
Type | Name | Description |
---|---|---|
LinearTolerance | tolerance |
SetUnitsFormatPrefs(UnitsFormatPreferences)
Declaration
public void SetUnitsFormatPrefs(UnitsFormatPreferences unitsFormat)
Parameters
Type | Name | Description |
---|---|---|
UnitsFormatPreferences | unitsFormat |
Implements
System.Runtime.Remoting.Messaging.IMessageSink