Class SymbolPreferences
Inheritance
System.Object
System.MarshalByRefObject
SymbolPreferences
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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)
Assembly: NXOpen.dll
Syntax
public class SymbolPreferences : TransientObject, IMessageSink, IDisposable
Constructors
SymbolPreferences(IntPtr)
Declaration
protected SymbolPreferences(IntPtr ptr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
ptr |
|
Properties
DraftingSurfaceFinishStandard
Declaration
public SurfaceFinishStandard DraftingSurfaceFinishStandard { get; set; }
Property Value
IdSymbolSize
Declaration
public double IdSymbolSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WeldSymbolStandard
Declaration
public WeldStandard WeldSymbolStandard { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetCenterlineSymbolCfw()
Declaration
public LineCfw GetCenterlineSymbolCfw()
Returns
GetGdtSymbolCfw()
Declaration
public LineCfw GetGdtSymbolCfw()
Returns
GetIdSymbolCfw()
Declaration
public LineCfw GetIdSymbolCfw()
Returns
GetIntersectionSymbolCfw()
Declaration
public LineCfw GetIntersectionSymbolCfw()
Returns
GetSurfaceFinishCfw()
Declaration
public LineCfw GetSurfaceFinishCfw()
Returns
GetTargetSymbolCfw()
Declaration
public LineCfw GetTargetSymbolCfw()
Returns
GetUserDefinedSymbolCfw()
Declaration
public LineCfw GetUserDefinedSymbolCfw()
Returns
GetWeldLineGap()
Declaration
public double GetWeldLineGap()
Returns
| Type |
Description |
| System.Double |
|
GetWeldSpaceFactor()
Declaration
public double GetWeldSpaceFactor()
Returns
| Type |
Description |
| System.Double |
|
GetWeldSymbolCfw()
Declaration
public LineCfw GetWeldSymbolCfw()
Returns
GetWeldSymbolSizeFactor()
Declaration
public double GetWeldSymbolSizeFactor()
Returns
| Type |
Description |
| System.Double |
|
SetCenterlineSymbolCfw(LineCfw)
Declaration
public void SetCenterlineSymbolCfw(LineCfw centerlineSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
centerlineSymbolCfw |
|
SetGdtSymbolCfw(LineCfw)
Declaration
public void SetGdtSymbolCfw(LineCfw gdtSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
gdtSymbolCfw |
|
SetIdSymbolCfw(LineCfw)
Declaration
public void SetIdSymbolCfw(LineCfw idSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
idSymbolCfw |
|
SetIntersectionSymbolCfw(LineCfw)
Declaration
public void SetIntersectionSymbolCfw(LineCfw intersectionSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
intersectionSymbolCfw |
|
SetSurfaceFinishCfw(LineCfw)
Declaration
public void SetSurfaceFinishCfw(LineCfw surfaceFinishCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
surfaceFinishCfw |
|
SetTargetSymbolCfw(LineCfw)
Declaration
public void SetTargetSymbolCfw(LineCfw targetSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
targetSymbolCfw |
|
SetUserDefinedSymbolCfw(LineCfw)
Declaration
public void SetUserDefinedSymbolCfw(LineCfw userDefinedSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
userDefinedSymbolCfw |
|
SetWeldLineGap(Double)
Declaration
public void SetWeldLineGap(double lineGap)
Parameters
| Type |
Name |
Description |
| System.Double |
lineGap |
|
SetWeldSpaceFactor(Double)
Declaration
public void SetWeldSpaceFactor(double spaceFactor)
Parameters
| Type |
Name |
Description |
| System.Double |
spaceFactor |
|
SetWeldSymbolCfw(LineCfw)
Declaration
public void SetWeldSymbolCfw(LineCfw weldSymbolCfw)
Parameters
| Type |
Name |
Description |
| LineCfw |
weldSymbolCfw |
|
SetWeldSymbolSizeFactor(Double)
Declaration
public void SetWeldSymbolSizeFactor(double symbolSizeFactor)
Parameters
| Type |
Name |
Description |
| System.Double |
symbolSizeFactor |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable