Class FeatureGeneralPropertiesBuilder
Inheritance
FeatureGeneralPropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class FeatureGeneralPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FeatureGeneralPropertiesBuilder()
Declaration
protected FeatureGeneralPropertiesBuilder()
Properties
ApplyToWorkPart
Declaration
public bool ApplyToWorkPart { get; set; }
Property Value
FeatureName
Declaration
public string FeatureName { get; set; }
Property Value
FeatureObject
Declaration
public NXObject FeatureObject { get; set; }
Property Value
GeneralName
Declaration
public string GeneralName { get; set; }
Property Value
GeneralObject
Declaration
public NXObject GeneralObject { get; set; }
Property Value
NameLocationSpecified
Declaration
public bool NameLocationSpecified { get; set; }
Property Value
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
Methods
DeleteFeatureName()
Declaration
public void DeleteFeatureName()
DeleteGeneralName()
Declaration
public void DeleteGeneralName()
GetNameLocation()
Declaration
public Point3d GetNameLocation()
Returns
SetNameLocation(Point3d)
Declaration
public void SetNameLocation(Point3d nameLocation)
Parameters
Type |
Name |
Description |
Point3d |
nameLocation |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink