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 |
FaceEdge
Declaration
public SelectNXObjectList FaceEdge { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
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 |
IsSmoothOverEdges
Declaration
public bool IsSmoothOverEdges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifyPercent
Declaration
[Obsolete("Deprecated in NX12.0.2. This attribute is not very effective, hence this has been deprecated.")]
public int ModifyPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfIterations
Declaration
public int NumberOfIterations { 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 |
Type
Declaration
public SmoothFacetBodyBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SmoothFacetBodyBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink