Class GeomcopyBuilder
Inheritance
GeomcopyBuilder
Assembly: NXOpen.dll
Syntax
public class GeomcopyBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
GeomcopyBuilder()
Declaration
protected GeomcopyBuilder()
Properties
AlongPathAngle
Declaration
public Expression AlongPathAngle { get; }
Property Value
Associative
Declaration
public bool Associative { get; set; }
Property Value
BetweenLocations
Declaration
public BetweenLocationsData BetweenLocations { get; }
Property Value
CopyThreads
Declaration
public bool CopyThreads { get; set; }
Property Value
CsysMirrorOption
Declaration
public GeomcopyBuilder.CsysMirrorOptions CsysMirrorOption { get; set; }
Property Value
FillPathLength
Declaration
public GeomcopyBuilder.AlongPathDistanceOptions FillPathLength { get; set; }
Property Value
GeometryToInstance
Declaration
public SelectObjectList GeometryToInstance { get; }
Property Value
HideOriginal
Declaration
public bool HideOriginal { get; set; }
Property Value
MirrorPlane
Declaration
public Plane MirrorPlane { get; set; }
Property Value
NumberOfCopies
Declaration
public Expression NumberOfCopies { get; }
Property Value
OnPathDistance
Declaration
public OnPathDimensionBuilder OnPathDistance { get; }
Property Value
Path
Declaration
public Section Path { get; set; }
Property Value
RotateAngle
Declaration
public Expression RotateAngle { get; }
Property Value
RotateDistance
Declaration
public Expression RotateDistance { get; }
Property Value
RotationAxis
Declaration
public Axis RotationAxis { get; set; }
Property Value
TranslateDistance
Declaration
public Expression TranslateDistance { get; }
Property Value
TranslationVector
Declaration
public Direction TranslationVector { get; set; }
Property Value
Type
Declaration
public GeomcopyBuilder.TransformTypes Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink