Class FeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
FeatureBuilder
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.Features
Assembly: NXOpen.dll
Syntax
public class FeatureBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FeatureBuilder()
Declaration
protected FeatureBuilder()
Properties
ParentFeatureInternal
Declaration
public bool ParentFeatureInternal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PatchSolutionFlag
Declaration
public bool PatchSolutionFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PatchSurfaceFilename
Declaration
public string PatchSurfaceFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SurroundingPatchSurfaceFilename
Declaration
public string SurroundingPatchSurfaceFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CommitFeature()
Declaration
public Feature CommitFeature()
Returns
Type | Description |
---|---|
Feature |
GetFeature()
Declaration
public Feature GetFeature()
Returns
Type | Description |
---|---|
Feature |
HideInternalParentFeatureAfterEdit(Feature)
Declaration
public void HideInternalParentFeatureAfterEdit(Feature parentFeature)
Parameters
Type | Name | Description |
---|---|---|
Feature | parentFeature |
SetParentFeatureInternal(Feature)
Declaration
public void SetParentFeatureInternal(Feature parentFeature)
Parameters
Type | Name | Description |
---|---|---|
Feature | parentFeature |
ShowInternalParentFeatureForEdit(Feature)
Declaration
public void ShowInternalParentFeatureForEdit(Feature parentFeature)
Parameters
Type | Name | Description |
---|---|---|
Feature | parentFeature |
UnsetParentFeatureInternal(Feature)
Declaration
public void UnsetParentFeatureInternal(Feature parentFeature)
Parameters
Type | Name | Description |
---|---|---|
Feature | parentFeature |
Implements
System.Runtime.Remoting.Messaging.IMessageSink