Class ImprintBuilder
Inheritance
System.Object
System.MarshalByRefObject
ImprintBuilder
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.CAE
Assembly: NXOpen.dll
Syntax
public class ImprintBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ImprintBuilder()
Declaration
protected ImprintBuilder()
Properties
ClosestImprintOption
Declaration
public bool ClosestImprintOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GeomSelection
Declaration
public SelectDisplayableObjectList GeomSelection { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
ImprintType
Declaration
public ImprintBuilder.ImprintTypes ImprintType { get; set; }
Property Value
Type | Description |
---|---|
ImprintBuilder.ImprintTypes |
ProjectionDirectionMethod
Declaration
public ImprintBuilder.ProjectionDirectionType ProjectionDirectionMethod { get; set; }
Property Value
Type | Description |
---|---|
ImprintBuilder.ProjectionDirectionType |
ProjectionVector
Declaration
public Direction ProjectionVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
SearchDistance
Declaration
public double SearchDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SnapTolerance
Declaration
public double SnapTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StitchToggle
Declaration
public bool StitchToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TargetFace
Declaration
public SelectDisplayableObjectList TargetFace { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Implements
System.Runtime.Remoting.Messaging.IMessageSink