Class PartGeometryCopySelectBuilder
Inheritance
PartGeometryCopySelectBuilder
Assembly: NXOpen.dll
Syntax
public class PartGeometryCopySelectBuilder : TaggedObject, IMessageSink
Constructors
PartGeometryCopySelectBuilder()
Declaration
protected PartGeometryCopySelectBuilder()
Properties
BodyCollector
Declaration
public ScCollector BodyCollector { get; }
Property Value
BodyObject
Declaration
public SelectTaggedObject BodyObject { get; }
Property Value
CompositeCurve
Declaration
public Section CompositeCurve { get; }
Property Value
CompositeFace
Declaration
public ScCollector CompositeFace { get; }
Property Value
CurrentInterfaceUsageType
Declaration
public int CurrentInterfaceUsageType { get; set; }
Property Value
CurrentInterfaceUsageTypeString
Declaration
public string CurrentInterfaceUsageTypeString { get; set; }
Property Value
CurrentObjectType
Declaration
public int CurrentObjectType { get; set; }
Property Value
Curve
Declaration
public SelectDisplayableObject Curve { get; }
Property Value
CurveFeature
Declaration
public SelectFeature CurveFeature { get; }
Property Value
Datum
Declaration
public SelectTaggedObject Datum { get; }
Property Value
Expression
Declaration
public Expression Expression { get; set; }
Property Value
Face
Declaration
public SelectFace Face { get; }
Property Value
Group
Declaration
public SelectDisplayableObject Group { get; }
Property Value
ObjectDescription
Declaration
public string ObjectDescription { get; set; }
Property Value
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
ObjectType
Declaration
public string ObjectType { get; set; }
Property Value
Pmi
Declaration
public SelectDisplayableObject Pmi { get; }
Property Value
Point
Declaration
public SelectTaggedObject Point { get; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
RoutingObject
Declaration
public SelectDisplayableObject RoutingObject { get; }
Property Value
Sketch
Declaration
public SelectSketch Sketch { get; }
Property Value
Methods
Declaration
public NXObject[] GetRelatedExpressions()
Returns
Declaration
public NXObject[] GetRelatedPMIs()
Returns
Declaration
public void RemoveAllRelatedExpressions()
Declaration
public void RemoveAllRelatedPMIs()
Declaration
public void RemoveRelatedExpression(NXObject relatedExps)
Parameters
Type |
Name |
Description |
NXObject |
relatedExps |
|
Declaration
public void RemoveRelatedPMI(NXObject relatedPmi)
Parameters
Type |
Name |
Description |
NXObject |
relatedPmi |
|
Declaration
public void SetRelatedExpressions(NXObject[] relatedExps)
Parameters
Type |
Name |
Description |
NXObject[] |
relatedExps |
|
Declaration
public void SetRelatedPMIs(NXObject[] relatedPmis)
Parameters
Type |
Name |
Description |
NXObject[] |
relatedPmis |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink