Class SmoothFacetBodyBuilder
Inheritance
SmoothFacetBodyBuilder
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
FaceEdge
Declaration
public SelectNXObjectList FaceEdge { get; }
Property Value
FacetBodies
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.SmoothFacetBodyBuilder.Bodies instead.")]
public SelectFacetedBodyList FacetBodies { get; }
Property Value
FacetCollector
Declaration
public FacetCollector FacetCollector { get; set; }
Property Value
IsEditCopy
Declaration
public bool IsEditCopy { get; set; }
Property Value
IsLockBoundary
Declaration
public bool IsLockBoundary { get; set; }
Property Value
IsSmoothOverEdges
Declaration
public bool IsSmoothOverEdges { get; set; }
Property Value
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
NumberOfIterations
Declaration
public int NumberOfIterations { get; set; }
Property Value
RegionList
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SmoothFacetBodyBuilder.FacetCollector instead.")]
public BoundaryDefinitionBuilderList RegionList { get; }
Property Value
SmoothFactor
Declaration
public int SmoothFactor { get; set; }
Property Value
Type
Declaration
public SmoothFacetBodyBuilder.Types Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink