NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Features.SheetMetal.MetaformBuilder Class Reference

Represents a NXOpen.Features.Metaform builder More...

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

Public Member Functions

unsafe
NXOpen.Features.SheetMetal.SMBoundaryConditionBuilder 
CreateSMBoundaryCondition ()
 Create a new boundary condition. More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Expression AngularTolerance [get]
 Returns the angular tolerance More...
 
unsafe NXOpen.Expression ChordalTolerance [get]
 Returns the chordal tolerance More...
 
unsafe NXOpen.Expression ElasticModulus [get]
 Returns the elastic modulus More...
 
unsafe NXOpen.ScCollector EndRegion [get]
 Returns the end region Metaform feature will map geometry "From" surfaces "To" surfaces. More...
 
unsafe NXOpen.Expression HoleRemovalMinModulus [get]
 Returns the hole removal min modulus More...
 
unsafe bool InferThickness [get, set]
 Returns or sets the option to infer thickness from the Start Region. More...
 
unsafe NXOpen.Expression LinearTolerance [get]
 Returns the linear tolerance More...
 
unsafe NXOpen.Expression NeutralFactor [get]
 Returns the neutral factor More...
 
unsafe int OutputLayer [get, set]
 Returns or sets the output layer. More...
 
unsafe NXOpen.Expression PoissonsRatio [get]
 Returns the Poisson's ratio More...
 
unsafe bool RemoveHoles [get, set]
 Returns or sets the remove holes More...
 
unsafe bool ReverseThicknessDirection [get, set]
 Returns or sets the thickness direction More...
 
unsafe NXOpen.Expression RValue [get]
 Returns the r value More...
 
unsafe
NXOpen.Features.SheetMetal.SMBoundaryConditionBuilderList 
SMBoundaryConditions [get]
 Returns the boundary conditions More...
 
unsafe NXOpen.ScCollector StartRegion [get]
 Returns the start region. More...
 
unsafe NXOpen.Expression TangentModulus [get]
 Returns the tangent modulus More...
 
unsafe NXOpen.Expression Thickness [get]
 Returns the thickness More...
 
unsafe NXOpen.SelectNXObjectList TransformGeometry [get]
 Returns the transform geometry Metaform feature will map geometry "From" surfaces "To" surfaces. More...
 
unsafe NXOpen.Expression YieldStress [get]
 Returns the yield stress 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...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.Metaform builder

To create a new instance of this class, use NXOpen.Features.SheetMetal.SheetmetalManager.CreateMetaformBuilder

Default values.

Property Value

AngularTolerance.Value

90

ChordalTolerance.Value

0.75 (millimeters part), 0 (inches part)

ElasticModulus.Value

210000000

HoleRemovalMinModulus.Value

6.9e-008

InferThickness

0

LinearTolerance.Value

25 (millimeters part), 0 (inches part)

NeutralFactor.Value

0.33

OutputLayer

1

PoissonsRatio.Value

0.3

RValue.Value

1

RemoveHoles

0

TangentModulus.Value

6900

Thickness.Value

3 (millimeters part), 0 (inches part)

YieldStress.Value

190000 (millimeters part), 0 (inches part)

Created in NX7.5.0

Member Function Documentation

unsafe NXOpen.Features.SheetMetal.SMBoundaryConditionBuilder NXOpen.Features.SheetMetal.MetaformBuilder.CreateSMBoundaryCondition ( )
inline

Create a new boundary condition.

Created in NX7.5.0

License requirements: adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Returns

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.AngularTolerance
get

Returns the angular tolerance

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.ChordalTolerance
get

Returns the chordal tolerance

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.ElasticModulus
get

Returns the elastic modulus

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.SheetMetal.MetaformBuilder.EndRegion
get

Returns the end region Metaform feature will map geometry "From" surfaces "To" surfaces.

The End Region defines the "To" surface.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.HoleRemovalMinModulus
get

Returns the hole removal min modulus

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Features.SheetMetal.MetaformBuilder.InferThickness
getset

Returns or sets the option to infer thickness from the Start Region.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.LinearTolerance
get

Returns the linear tolerance

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.NeutralFactor
get

Returns the neutral factor

Created in NX7.5.0

License requirements: None.

unsafe int NXOpen.Features.SheetMetal.MetaformBuilder.OutputLayer
getset

Returns or sets the output layer.

Layer on which the Transform Geometry will be created.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.PoissonsRatio
get

Returns the Poisson's ratio

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Features.SheetMetal.MetaformBuilder.RemoveHoles
getset

Returns or sets the remove holes

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

unsafe bool NXOpen.Features.SheetMetal.MetaformBuilder.ReverseThicknessDirection
getset

Returns or sets the thickness direction

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.RValue
get

Returns the r value

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Features.SheetMetal.SMBoundaryConditionBuilderList NXOpen.Features.SheetMetal.MetaformBuilder.SMBoundaryConditions
get

Returns the boundary conditions

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.SheetMetal.MetaformBuilder.StartRegion
get

Returns the start region.

Metaform feature will map geometry "From" surfaces "To" surfaces. The Start Region defines the "From" surface.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.TangentModulus
get

Returns the tangent modulus

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.Thickness
get

Returns the thickness

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.SheetMetal.MetaformBuilder.TransformGeometry
get

Returns the transform geometry Metaform feature will map geometry "From" surfaces "To" surfaces.

The Start Region defines the "From" surface and the End Region defines the "To" surface. Transform Geometry is the actual geometry on the "From" surfaces that will be produced as output geometry.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.SheetMetal.MetaformBuilder.YieldStress
get

Returns the yield stress

Created in NX7.5.0

License requirements: None.


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