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

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

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

Public Types

enum  AngleMethod { Angle, Ratio }
 The option to specify the method for defining angle or ratio. More...
 
enum  OffsetMethod { Depth, RestDepth, ThinnerPlate }
 The option to specify the method for chamfer offset method. More...
 
enum  Types { OnEdge, ToPlate }
 The option for the type of associativity for chamfer. More...
 

Properties

unsafe
NXOpen.Features.ShipDesign.PlateChamferBuilder.AngleMethod 
AngleOption [get, set]
 Returns or sets the angle option More...
 
unsafe NXOpen.Expression AngularDimension [get]
 Returns the angular dimension More...
 
unsafe bool ChamferBothSides [get, set]
 Returns or sets the chamfer both sides More...
 
unsafe double ChordalTolerance [get, set]
 Returns or sets the chordal tolerance More...
 
unsafe double ClearanceTolerance [get, set]
 Returns or sets the clearance tolerance More...
 
unsafe NXOpen.Expression Depth [get]
 Returns the depth More...
 
unsafe NXOpen.Plane EndPlane [get, set]
 Returns or sets the end plane More...
 
unsafe
NXOpen.Features.ShipDesign.PlateChamferBuilder.OffsetMethod 
OffsetOption [get, set]
 Returns or sets the offset option More...
 
unsafe NXOpen.Expression Ratio [get]
 Returns the ratio More...
 
unsafe NXOpen.Expression RestDepth [get]
 Returns the rest depth More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the reverse direction More...
 
unsafe NXOpen.ScCollector SelectEdge [get]
 Returns the select edge More...
 
unsafe NXOpen.ScCollector SelectTarget [get]
 Returns the select target More...
 
unsafe NXOpen.ScCollector SelectThinnerPlate [get]
 Returns the select thinner plate More...
 
unsafe NXOpen.ScCollector SelectTool [get]
 Returns the select tool More...
 
unsafe NXOpen.Plane StartPlane [get, set]
 Returns or sets the start plane More...
 
unsafe
NXOpen.Features.ShipDesign.PlateChamferBuilder.Types 
Type [get, set]
 Returns or sets the type More...
 
unsafe bool UseLimits [get, set]
 Returns or sets the use limits 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.PlateChamfer builder.

It is used to create and edit a plate chamfer feature.

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

Default values.

Property Value

AngleOption

Angle

AngularDimension.Value

30

ChamferBothSides

0

ChordalTolerance

0.0254

ClearanceTolerance

0.0254

Depth.Value

10 (millimeters part), 0.4 (inches part)

OffsetOption

Depth

Ratio.Value

0.3

RestDepth.Value

0 (millimeters part), 0 (inches part)

UseLimits

0

Created in NX8.0.0

Member Enumeration Documentation

The option to specify the method for defining angle or ratio.

Enumerator
Angle 

Use the angle for the chamfer parameters

Ratio 

Use the ratio for the chamfer parameters

The option to specify the method for chamfer offset method.

Enumerator
Depth 

Use depth parameter to define ramp

RestDepth 

Use rest depth to define ramp

ThinnerPlate 

Use the thickness of the thinner plate to define ramp depth

The option for the type of associativity for chamfer.

Enumerator
OnEdge 

Create a chamfer on the edge

ToPlate 

Create a chamfer on the common edges between plates

Property Documentation

unsafe NXOpen.Features.ShipDesign.PlateChamferBuilder.AngleMethod NXOpen.Features.ShipDesign.PlateChamferBuilder.AngleOption
getset

Returns or sets the angle option

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.PlateChamferBuilder.AngularDimension
get

Returns the angular dimension

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.PlateChamferBuilder.ChamferBothSides
getset

Returns or sets the chamfer both sides

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe double NXOpen.Features.ShipDesign.PlateChamferBuilder.ChordalTolerance
getset

Returns or sets the chordal tolerance

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe double NXOpen.Features.ShipDesign.PlateChamferBuilder.ClearanceTolerance
getset

Returns or sets the clearance tolerance

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.PlateChamferBuilder.Depth
get

Returns the depth

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Plane NXOpen.Features.ShipDesign.PlateChamferBuilder.EndPlane
getset

Returns or sets the end plane

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Features.ShipDesign.PlateChamferBuilder.OffsetMethod NXOpen.Features.ShipDesign.PlateChamferBuilder.OffsetOption
getset

Returns or sets the offset option

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.PlateChamferBuilder.Ratio
get

Returns the ratio

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.PlateChamferBuilder.RestDepth
get

Returns the rest depth

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.PlateChamferBuilder.ReverseDirection
getset

Returns or sets the reverse direction

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.ScCollector NXOpen.Features.ShipDesign.PlateChamferBuilder.SelectEdge
get

Returns the select edge

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.ShipDesign.PlateChamferBuilder.SelectTarget
get

Returns the select target

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.ShipDesign.PlateChamferBuilder.SelectThinnerPlate
get

Returns the select thinner plate

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Features.ShipDesign.PlateChamferBuilder.SelectTool
get

Returns the select tool

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Plane NXOpen.Features.ShipDesign.PlateChamferBuilder.StartPlane
getset

Returns or sets the start plane

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Features.ShipDesign.PlateChamferBuilder.Types NXOpen.Features.ShipDesign.PlateChamferBuilder.Type
getset

Returns or sets the type

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe bool NXOpen.Features.ShipDesign.PlateChamferBuilder.UseLimits
getset

Returns or sets the use limits

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")


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