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

Represents a NXOpen.Die.CompensateRoughDataBuilder . More...

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

Public Types

enum  ApproximationType { Coarse, Rough, Fine, Exact }
 Settings for the amount of approximation to perform. More...
 
enum  Types { SheetBody, Curve }
 Settings for the type of data being compensated. More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance. More...
 
unsafe
NXOpen.Die.CompensateRoughDataBuilder.ApproximationType 
Approximation [get, set]
 Returns or sets the approximation desired. More...
 
unsafe NXOpen.Section CurveCollector [get]
 Returns the curve collector containing the curves that will be approximated. More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance. More...
 
unsafe bool JoinOutputCurves [get, set]
 Returns or sets the join output curves setting, true indicates that the output curves will be joined into a single curve. More...
 
unsafe double MaximumGap [get, set]
 Returns or sets the maximum gap. More...
 
unsafe bool ModifyInputSheet [get, set]
 Returns or sets the modify input sheet setting. More...
 
unsafe NXOpen.ScCollector ProjectToFaces [get]
 Returns the faces to project the output curves onto. More...
 
unsafe NXOpen.SelectBodyList SheetBodies [get]
 Returns the sheet bodies that will be approximated. More...
 
unsafe
NXOpen.Die.CompensateRoughDataBuilder.Types 
Type [get, set]
 Returns or sets the type of input data being supplied. 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.Die.CompensateRoughDataBuilder .

This class is used to edit and create a Compensate Rough Curve or Compensate Rough Sheet feature.

To create a new instance of this class, use NXOpen.Die.DieCollection.CompensateRoughData

Default values.

Property Value

AngleTolerance

0.5

Approximation

Coarse

DistanceTolerance

0.0254 (millimeters part), 0.001 (inches part)

JoinOutputCurves

0

MaximumGap

5.0 (millimeters part), 0.2 (inches part)

ModifyInputSheet

0

Created in NX6.0.0

Member Enumeration Documentation

Settings for the amount of approximation to perform.

Enumerator
Coarse 

Perform a coarse approximation.

Rough 

Perform a rough approximation.

Fine 

Perform a fine approximation.

Exact 

Perform no approximation.

Settings for the type of data being compensated.

Enumerator
SheetBody 

Sheet bodies being compensated.

Curve 

Curves being compensated.

Property Documentation

unsafe double NXOpen.Die.CompensateRoughDataBuilder.AngleTolerance
getset

Returns or sets the angle tolerance.

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Die.CompensateRoughDataBuilder.ApproximationType NXOpen.Die.CompensateRoughDataBuilder.Approximation
getset

Returns or sets the approximation desired.

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Section NXOpen.Die.CompensateRoughDataBuilder.CurveCollector
get

Returns the curve collector containing the curves that will be approximated.

Created in NX6.0.0

License requirements: None.

unsafe double NXOpen.Die.CompensateRoughDataBuilder.DistanceTolerance
getset

Returns or sets the distance tolerance.

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.Die.CompensateRoughDataBuilder.JoinOutputCurves
getset

Returns or sets the join output curves setting, true indicates that the output curves will be joined into a single curve.

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.Die.CompensateRoughDataBuilder.MaximumGap
getset

Returns or sets the maximum gap.

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.Die.CompensateRoughDataBuilder.ModifyInputSheet
getset

Returns or sets the modify input sheet setting.

If true the input sheet will be modified, otherwise a new sheet will be created.

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.ScCollector NXOpen.Die.CompensateRoughDataBuilder.ProjectToFaces
get

Returns the faces to project the output curves onto.

If faces are selected then the output curves will be projected normal to these faces.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectBodyList NXOpen.Die.CompensateRoughDataBuilder.SheetBodies
get

Returns the sheet bodies that will be approximated.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Die.CompensateRoughDataBuilder.Types NXOpen.Die.CompensateRoughDataBuilder.Type
getset

Returns or sets the type of input data being supplied.

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.