Class ImprintBuilder
Inheritance
ImprintBuilder
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
GeomSelection
Declaration
public SelectDisplayableObjectList GeomSelection { get; }
Property Value
ImprintType
Declaration
public ImprintBuilder.ImprintTypes ImprintType { get; set; }
Property Value
ProjectionDirectionMethod
Declaration
public ImprintBuilder.ProjectionDirectionType ProjectionDirectionMethod { get; set; }
Property Value
ProjectionVector
Declaration
public Direction ProjectionVector { get; set; }
Property Value
SearchDistance
Declaration
public double SearchDistance { get; set; }
Property Value
SnapDistance
Declaration
public Expression SnapDistance { get; set; }
Property Value
SnapToggle
Declaration
public bool SnapToggle { get; set; }
Property Value
SnapTolerance
Declaration
public double SnapTolerance { get; set; }
Property Value
StitchToggle
Declaration
public bool StitchToggle { get; set; }
Property Value
TargetFace
Declaration
public SelectDisplayableObjectList TargetFace { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink