Class UntrimBuilder
Inheritance
System.Object
System.MarshalByRefObject
UntrimBuilder
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 UntrimBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
UntrimBuilder()
Declaration
protected UntrimBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FacesToUntrim
Declaration
public ScCollector FacesToUntrim { get; }
Property Value
Type | Description |
---|---|
ScCollector |
HideOriginal
Declaration
public bool HideOriginal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
RemoveParameter(Feature)
Declaration
public void RemoveParameter(Feature untrimFeature)
Parameters
Type | Name | Description |
---|---|---|
Feature | untrimFeature |
Implements
System.Runtime.Remoting.Messaging.IMessageSink