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

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

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

Properties

unsafe NXOpen.Expression AngularDim [get]
 Returns the angular dimension used to rotate the profile of the vent holes More...
 
unsafe NXOpen.Expression GuideOffset [get]
 Returns the guide offset - the dimension used to offset the array of holes from the section guide. More...
 
unsafe bool KeepReverseGuideOffset [get, set]
 Returns or sets the keep reverse guide offset A toggle used to remember the reverse guide value on apply. More...
 
unsafe bool KeepSectionGuide [get, set]
 Returns or sets the keep section guide A toggle used to remember the selected object(s) on apply. More...
 
unsafe bool KeepSelectEndTrim [get, set]
 Returns or sets the keep select end trim A toggle used to remember the selected object on apply. More...
 
unsafe bool KeepSelectStartTrim [get, set]
 Returns or sets the keep select start trim A toggle used to remember the selected object on apply. More...
 
unsafe bool KeepSelectTargetFace [get, set]
 Returns or sets the keep select target face A toggle used to remember the selected object(s) on apply. More...
 
unsafe int NumVents [get, set]
 Returns or sets the number of vent holes. More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
OnPathEndOffset [get]
 Returns the offset from the start of the section to begin placing the holes. More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
OnPathStartOffset [get]
 Returns the offset from the start of the section to begin placing the holes. More...
 
unsafe bool ReverseGuideOffset [get, set]
 Returns or sets the reverse direction of the guide offset. More...
 
unsafe NXOpen.Section SectionGuide [get]
 Returns the section guide - vent holes are placed along this guide More...
 
unsafe NXOpen.SelectTaggedObject SelectEndTrim [get]
 Returns the select end trim - used to trim the end of the section guide. More...
 
unsafe NXOpen.SelectTaggedObject SelectStartTrim [get]
 Returns the select start trim - used to trim the start of the section guide. More...
 
unsafe
NXOpen.SelectTaggedObjectList 
SelectTargetFace [get]
 Returns the select target face. More...
 
unsafe
NXOpen.SketchExpressionModifierBuilder 
SketchBlock [get]
 Returns the library sketch block that defines the cut outline More...
 
unsafe bool ToggleEqualSpacing [get, set]
 Returns or sets the toggle equal spacing. More...
 
unsafe bool ToggleSymmetricOffset [get, set]
 Returns or sets the toggle for calculating automatic symmetric offsets. More...
 
unsafe NXOpen.Expression VentSpacing [get]
 Returns the spacing applied between each vent hole. 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

- 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.SteelVentHoles builder

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

Default values.

Property Value

AngularDim.Value

0

GuideOffset.Value

0 (millimeters part), 0 (inches part)

NumVents

2

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

ToggleEqualSpacing

1

ToggleSymmetricOffset

1

VentSpacing.Value

0 (millimeters part), 0 (inches part)

Created in NX7.5.0

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.SteelVentHolesBuilder.AngularDim
get

Returns the angular dimension used to rotate the profile of the vent holes

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.SteelVentHolesBuilder.GuideOffset
get

Returns the guide offset - the dimension used to offset the array of holes from the section guide.

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.SteelVentHolesBuilder.KeepReverseGuideOffset
getset

Returns or sets the keep reverse guide offset A toggle used to remember the reverse guide value on apply.

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.SteelVentHolesBuilder.KeepSectionGuide
getset

Returns or sets the keep section guide A toggle used to remember the selected object(s) on apply.

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.SteelVentHolesBuilder.KeepSelectEndTrim
getset

Returns or sets the keep select end trim A toggle used to remember the selected object on apply.

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.SteelVentHolesBuilder.KeepSelectStartTrim
getset

Returns or sets the keep select start trim A toggle used to remember the selected object on apply.

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.SteelVentHolesBuilder.KeepSelectTargetFace
getset

Returns or sets the keep select target face A toggle used to remember the selected object(s) on apply.

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe int NXOpen.Features.ShipDesign.SteelVentHolesBuilder.NumVents
getset

Returns or sets the number of vent holes.

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.GeometricUtilities.OnPathDimensionBuilder NXOpen.Features.ShipDesign.SteelVentHolesBuilder.OnPathEndOffset
get

Returns the offset from the start of the section to begin placing the holes.

(used with the equal spacing option)

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.OnPathDimensionBuilder NXOpen.Features.ShipDesign.SteelVentHolesBuilder.OnPathStartOffset
get

Returns the offset from the start of the section to begin placing the holes.

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.SteelVentHolesBuilder.ReverseGuideOffset
getset

Returns or sets the reverse direction of the guide offset.

Allows you to reverse the direction used in the guide offset.

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.Section NXOpen.Features.ShipDesign.SteelVentHolesBuilder.SectionGuide
get

Returns the section guide - vent holes are placed along this guide

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectTaggedObject NXOpen.Features.ShipDesign.SteelVentHolesBuilder.SelectEndTrim
get

Returns the select end trim - used to trim the end of the section guide.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectTaggedObject NXOpen.Features.ShipDesign.SteelVentHolesBuilder.SelectStartTrim
get

Returns the select start trim - used to trim the start of the section guide.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectTaggedObjectList NXOpen.Features.ShipDesign.SteelVentHolesBuilder.SelectTargetFace
get

Returns the select target face.

Specifies the face(s) to cut holes in.

Created in NX7.5.0

License requirements: None.

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

Returns the library sketch block that defines the cut outline

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.SteelVentHolesBuilder.ToggleEqualSpacing
getset

Returns or sets the toggle equal spacing.

Indicates that an equal amount of space is placed between each hole along the guide.

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.SteelVentHolesBuilder.ToggleSymmetricOffset
getset

Returns or sets the toggle for calculating automatic symmetric offsets.

(only used with the equal spacing option) If you toggle on both equal spacing and symmetric offsets, and the length of the secion is L, the distance between each hole is L/n, and both of the offsets equal L/(2n)

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.Expression NXOpen.Features.ShipDesign.SteelVentHolesBuilder.VentSpacing
get

Returns the spacing applied between each vent hole.

(not used with the equal spacing option)

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.