Class FeatureGeneralPropertiesBuilder
Inheritance
System.Object
System.MarshalByRefObject
FeatureGeneralPropertiesBuilder
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
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
Type | Description |
---|---|
System.Boolean |
FeatureName
Declaration
public string FeatureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FeatureObject
Declaration
public NXObject FeatureObject { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
GeneralName
Declaration
public string GeneralName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeneralObject
Declaration
public NXObject GeneralObject { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
NameLocationSpecified
Declaration
public bool NameLocationSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Methods
DeleteFeatureName()
Declaration
public void DeleteFeatureName()
DeleteGeneralName()
Declaration
public void DeleteGeneralName()
GetNameLocation()
Declaration
public Point3d GetNameLocation()
Returns
Type | Description |
---|---|
Point3d |
SetNameLocation(Point3d)
Declaration
public void SetNameLocation(Point3d nameLocation)
Parameters
Type | Name | Description |
---|---|---|
Point3d | nameLocation |
Implements
System.Runtime.Remoting.Messaging.IMessageSink