NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Features.RefitFaceBuilder Class Reference

Represents a NXOpen.Features.RefitFace builder More...

Inheritance diagram for NXOpen.Features.RefitFaceBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { Refit, FitToTarget }
 the type of face refit More...
 

Properties

unsafe
NXOpen.GeometricUtilities.Continuity 
ConstraintUMax [get]
 Returns the refit face Umax constraint More...
 
unsafe
NXOpen.GeometricUtilities.Continuity 
ConstraintUMin [get]
 Returns the refit face Umin constraint More...
 
unsafe
NXOpen.GeometricUtilities.Continuity 
ConstraintVMax [get]
 Returns the refit face Vmax constraint More...
 
unsafe
NXOpen.GeometricUtilities.Continuity 
ConstraintVMin [get]
 Returns the refit face Vmin constraint More...
 
unsafe NXOpen.SelectTaggedObject Face [get]
 Returns the refitting face More...
 
unsafe NXOpen.Direction FitDirection [get, set]
 Returns or sets the refit face fit direction More...
 
unsafe bool HasFitDirection [get, set]
 Returns or sets a flag that shows refit face direction in use More...
 
unsafe bool IsCreateCopy [get, set]
 Returns or sets the new copy of match edge surface More...
 
unsafe double MaxCheckingDist [get, set]
 Returns or sets the refit face max check distance More...
 
unsafe int ModificationPercent [get, set]
 Returns or sets the refit face modification percentage More...
 
unsafe
NXOpen.GeometricUtilities.RefitControlBuilder 
RefitControl [get]
 Returns the refit control parameters - type, degree, patches, direction, tolerance More...
 
unsafe int SmoothFactor [get, set]
 Returns or sets the refit face smoothing factor More...
 
unsafe
NXOpen.SelectTaggedObjectList 
Targets [get]
 Returns the list of targets. More...
 
unsafe
NXOpen.Features.RefitFaceBuilder.Types 
Type [get, set]
 Returns or sets the refit type More...
 
unsafe bool UseConstraintsAll [get, set]
 Returns or sets the refit face constraints use flag More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
unsafe bool PatchSolutionFlag [get, set]
 Returns or sets the patch solution flag More...
 
unsafe string PatchSurfaceFilename [get, set]
 Returns or sets the patch surface filename More...
 
unsafe string SurroundingPatchSurfaceFilename [get, set]
 Returns or sets the surrounding patch surface filename More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.RefitFace builder

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreateRefitFaceBuilder

Default values.

Property Value

RefitControl.DegreesAndSegmentsOrPatches.Degree

3

RefitControl.DegreesAndSegmentsOrPatches.SegmentsOrPatches

1

RefitControl.DegreesAndSegmentsOrPatches.UDegree

5

RefitControl.DegreesAndSegmentsOrPatches.UPatches

1

RefitControl.DegreesAndSegmentsOrPatches.VDegree

5

RefitControl.DegreesAndSegmentsOrPatches.VPatches

1

Created in NX6.0.0

Member Enumeration Documentation

the type of face refit

Enumerator
Refit 

refit face

FitToTarget 

refit face to target

Property Documentation

unsafe NXOpen.GeometricUtilities.Continuity NXOpen.Features.RefitFaceBuilder.ConstraintUMax
get

Returns the refit face Umax constraint

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.Continuity NXOpen.Features.RefitFaceBuilder.ConstraintUMin
get

Returns the refit face Umin constraint

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.Continuity NXOpen.Features.RefitFaceBuilder.ConstraintVMax
get

Returns the refit face Vmax constraint

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.Continuity NXOpen.Features.RefitFaceBuilder.ConstraintVMin
get

Returns the refit face Vmin constraint

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectTaggedObject NXOpen.Features.RefitFaceBuilder.Face
get

Returns the refitting face

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Features.RefitFaceBuilder.FitDirection
getset

Returns or sets the refit face fit direction

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe bool NXOpen.Features.RefitFaceBuilder.HasFitDirection
getset

Returns or sets a flag that shows refit face direction in use

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe bool NXOpen.Features.RefitFaceBuilder.IsCreateCopy
getset

Returns or sets the new copy of match edge surface

Created in NX6.0.1

License requirements to get this property: features_modeling ("FEATURES MODELING")

License requirements to set this property: features_modeling ("FEATURES MODELING")

unsafe double NXOpen.Features.RefitFaceBuilder.MaxCheckingDist
getset

Returns or sets the refit face max check distance

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe int NXOpen.Features.RefitFaceBuilder.ModificationPercent
getset

Returns or sets the refit face modification percentage

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.GeometricUtilities.RefitControlBuilder NXOpen.Features.RefitFaceBuilder.RefitControl
get

Returns the refit control parameters - type, degree, patches, direction, tolerance

Created in NX6.0.0

License requirements: None.

unsafe int NXOpen.Features.RefitFaceBuilder.SmoothFactor
getset

Returns or sets the refit face smoothing factor

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.SelectTaggedObjectList NXOpen.Features.RefitFaceBuilder.Targets
get

Returns the list of targets.

Inputs to this command can be convergent objects.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Features.RefitFaceBuilder.Types NXOpen.Features.RefitFaceBuilder.Type
getset

Returns or sets the refit type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe bool NXOpen.Features.RefitFaceBuilder.UseConstraintsAll
getset

Returns or sets the refit face constraints use flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.