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

Represents a NXOpen.Features.ShipDesign.WeldCut builder More...

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

Public Types

enum  CreationMethod { Corner, AlongGuide, SpecifyCSYS }
 Creation method used to define the placement of the weld cut More...
 

Properties

unsafe NXOpen.CoordinateSystem CoordSystem [get, set]
 Returns or sets the placement CSYS of the weld cut The coordinate system is only used for the SpecifyCSYS placement method. More...
 
unsafe bool KeepCoordSystem [get, set]
 Returns or sets the keep coordinate system. More...
 
unsafe bool KeepSelectCSYSFace [get, set]
 Returns or sets the keep select target face. More...
 
unsafe bool KeepSelectGuideCurve [get, set]
 Returns or sets the keep select guide curve. More...
 
unsafe bool KeepSelectTargetFace [get, set]
 Returns or sets the keep select target face. More...
 
unsafe
NXOpen.Features.ShipDesign.WeldCutBuilder.CreationMethod 
PlacementType [get, set]
 Returns or sets the method used to define the placement of the weld cut More...
 
unsafe NXOpen.SelectFace SelectCSYSFace [get]
 Returns the selection object for the target face. More...
 
unsafe NXOpen.SelectTaggedObject SelectGuideCurve [get]
 Returns the selection object for the guide curve. More...
 
unsafe NXOpen.SelectFace SelectTargetFace [get]
 Returns the selection object for the target face. More...
 
unsafe
NXOpen.SketchExpressionModifierBuilder 
SketchBlock [get]
 Returns the sketch block More...
 
unsafe NXOpen.Point WeldLocation [get, set]
 Returns or sets the weld location. 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.ShipDesign.WeldCut builder

To create a new instance of this class, use NXOpen.Features.ShipCollection.CreateWeldCutBuilder

Default values.

Property Value

SketchBlock.Exp1.Value

0

SketchBlock.Exp10.Value

0

SketchBlock.Exp11.Value

0

SketchBlock.Exp12.Value

0

SketchBlock.Exp2.Value

0

SketchBlock.Exp3.Value

0

SketchBlock.Exp4.Value

0

SketchBlock.Exp5.Value

0

SketchBlock.Exp6.Value

0

SketchBlock.Exp7.Value

0

SketchBlock.Exp8.Value

0

SketchBlock.Exp9.Value

0

SketchBlock.Sketches

EndCut1

Created in NX7.5.0

Member Enumeration Documentation

Creation method used to define the placement of the weld cut

Enumerator
Corner 
AlongGuide 
SpecifyCSYS 

Property Documentation

unsafe NXOpen.CoordinateSystem NXOpen.Features.ShipDesign.WeldCutBuilder.CoordSystem
getset

Returns or sets the placement CSYS of the weld cut The coordinate system is only used for the SpecifyCSYS placement method.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")

unsafe bool NXOpen.Features.ShipDesign.WeldCutBuilder.KeepCoordSystem
getset

Returns or sets the keep coordinate system.

A toggle used to remember the specified csys on apply. The keep selected coordinate system is only used for the SpecifyCSYS placement method.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")

unsafe bool NXOpen.Features.ShipDesign.WeldCutBuilder.KeepSelectCSYSFace
getset

Returns or sets the keep select target face.

A toggle used to remember the selected target face on apply. This keep select target face is only used for the SpecifyCSYS placement method.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")

unsafe bool NXOpen.Features.ShipDesign.WeldCutBuilder.KeepSelectGuideCurve
getset

Returns or sets the keep select guide curve.

A toggle used to remember the selected guide curve on apply. The keep select guide curve is only used for the AlongGuide placement method.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")

unsafe bool NXOpen.Features.ShipDesign.WeldCutBuilder.KeepSelectTargetFace
getset

Returns or sets the keep select target face.

A toggle used to remember the selected target face on apply. This keep select target face is only used for the AlongGuide placement method.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")

unsafe NXOpen.Features.ShipDesign.WeldCutBuilder.CreationMethod NXOpen.Features.ShipDesign.WeldCutBuilder.PlacementType
getset

Returns or sets the method used to define the placement of the weld cut

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_concept ("Ship Concept")

unsafe NXOpen.SelectFace NXOpen.Features.ShipDesign.WeldCutBuilder.SelectCSYSFace
get

Returns the selection object for the target face.

This target face is only used for the SpecifyCSYS placement method.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectTaggedObject NXOpen.Features.ShipDesign.WeldCutBuilder.SelectGuideCurve
get

Returns the selection object for the guide curve.

The select guide curve is only used for the AlongGuide placement method.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectFace NXOpen.Features.ShipDesign.WeldCutBuilder.SelectTargetFace
get

Returns the selection object for the target face.

This target face is only used for the AlongGuide placement method.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SketchExpressionModifierBuilder NXOpen.Features.ShipDesign.WeldCutBuilder.SketchBlock
get

Returns the sketch block

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Features.ShipDesign.WeldCutBuilder.WeldLocation
getset

Returns or sets the weld location.

The weld location is only used for the Corner placement method.

Created in NX7.5.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.