Class DisplayResolutionBuilder
Inheritance
System.Object
System.MarshalByRefObject
DisplayResolutionBuilder
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class DisplayResolutionBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
DisplayResolutionBuilder()
Declaration
protected DisplayResolutionBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EdgeTolerance
Declaration
public double EdgeTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FaceTolerance
Declaration
public double FaceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Resolution
Declaration
public PartVisualizationShade.AdvViewToleranceType Resolution { get; set; }
Property Value
Type | Description |
---|---|
PartVisualizationShade.AdvViewToleranceType |
WidthTolerance
Declaration
public double WidthTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink