Class SmoothFacetBodyBuilder
Inheritance
System.Object
System.MarshalByRefObject
SmoothFacetBodyBuilder
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.Facet
Assembly: NXOpen.dll
Syntax
public class SmoothFacetBodyBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SmoothFacetBodyBuilder()
Declaration
protected SmoothFacetBodyBuilder()
Properties
Bodies
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SmoothFacetBodyBuilder.FacetCollector instead.")]
public SelectDisplayableObjectList Bodies { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
FacetBodies
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.SmoothFacetBodyBuilder.Bodies instead.")]
public SelectFacetedBodyList FacetBodies { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBodyList |
FacetCollector
Declaration
public FacetCollector FacetCollector { get; set; }
Property Value
Type | Description |
---|---|
FacetCollector |
IsEditCopy
Declaration
public bool IsEditCopy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLockBoundary
Declaration
public bool IsLockBoundary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifyPercent
Declaration
public int ModifyPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegionList
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SmoothFacetBodyBuilder.FacetCollector instead.")]
public BoundaryDefinitionBuilderList RegionList { get; }
Property Value
Type | Description |
---|---|
BoundaryDefinitionBuilderList |
SmoothFactor
Declaration
public int SmoothFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink