NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::SheetMetal::FlexibleCableBuilder Class Reference

Represents a Flexible Cable feature builder. More...

Inheritance diagram for NXOpen::Features::SheetMetal::FlexibleCableBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  BendAngleDirectionOptions { BendAngleDirectionOptionsReverseNormalDirection, BendAngleDirectionOptionsNormalDirection }
 This enum represents the bend angle direction for the bend segment. More...
enum  PathAdjustmentAngleDirectionOptions { PathAdjustmentAngleDirectionOptionsLeftDirection, PathAdjustmentAngleDirectionOptionsRightDirection }
 This enum represents the path adjustment angle direction for the bend segment. More...
enum  SegmentTypeOptions { SegmentTypeOptionsPlanar, SegmentTypeOptionsBend }
 Represents the Flexible Cable segment options. More...

Public Member Functions

NXOpen::DirectionCableDirection ()
 Returns the cable direction.
int ConductorCount ()
 Returns the count of conductors.
NXOpen::ExpressionConductorSpacing ()
 Returns the conductor spacing.
NXOpen::ExpressionConductorWidth ()
 Returns the conductor width.
NXOpen::Features::SheetMetal::FlexibleCableSegmentCreateBendSegment (const NXString &bendAngle, const NXString &bendRadius, const NXString &pathAdjustmentAngle, NXOpen::Features::SheetMetal::FlexibleCableBuilder::BendAngleDirectionOptions bendAngleDirection, NXOpen::Features::SheetMetal::FlexibleCableBuilder::PathAdjustmentAngleDirectionOptions pathAdjustmentAngleDirection, int segmentIndex)
 Creates a new Features::SheetMetal::FlexibleCableSegment bend segment.
NXOpen::Features::SheetMetal::FlexibleCableSegmentCreatePlanarSegment (const NXString &length, int segmentIndex)
 Creates a new Features::SheetMetal::FlexibleCableSegment planar segment.
NXOpen::ExpressionCrossSectionWidth ()
 Returns the cross section width.
void DeleteAllSegments ()
 Deletes all cable segments.
void DeleteSegment (int index)
 Deletes a cable segment at given index.
int GetIndexOfSegment (NXOpen::Features::SheetMetal::FlexibleCableSegment *flexibleCableSegment)
 Returns the index of cable segment.
NXOpen::Features::SheetMetal::FlexibleCableSegmentGetSegment (int index)
 Returns the cable segment at given index.
int GetSegmentCount ()
 Get the count of Features::SheetMetal::FlexibleCableSegment .
int NoOfConductors ()
 Returns the number of conductors.
NXOpen::TaggedObjectListSegmentList ()
 Returns the cable segment list.
void SetCableDirection (NXOpen::Direction *cableDirection)
 Sets the cable direction.
void SetConductorCount (int noOfConductors)
 Sets the count of conductors.
void SetNoOfConductors (int noOfConductors)
 Sets the number of conductors.
void SetStartPoint (NXOpen::Point *startPoint)
 Sets the start point.
void SetThicknessDirection (NXOpen::Direction *thicknessDirection)
 Sets the thickness direction.
NXOpen::PointStartPoint ()
 Returns the start point.
NXOpen::ExpressionStrippingLength ()
 Returns the stripping length.
NXOpen::ExpressionThickness ()
 Returns the thickness.
NXOpen::DirectionThicknessDirection ()
 Returns the thickness direction.
NXOpen::TaggedObjectListTypeList ()
 Returns the type list.

Detailed Description

Represents a Flexible Cable feature builder.


To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateFlexibleCableBuilder
Default values.

Property Value

ConductorCount

5

ConductorSpacing.Value

1 (millimeters part), 0.1 (inches part)

ConductorWidth.Value

2 (millimeters part), 0.2 (inches part)

CrossSectionWidth.Value

20 (millimeters part), 1 (inches part)

StrippingLength.Value

3 (millimeters part), 0.3 (inches part)

Thickness.Value

1 (millimeters part), 0.04 (inches part)


Created in NX6.0.0.


Member Enumeration Documentation

This enum represents the bend angle direction for the bend segment.

First member of the cable is always a planar segment. For this, the normal direction for bend angle is opposite to the thickness direction. This convention continues untill a fold (bend type having nonzero path adjustment angle) is placed. After this, the convention reverses, meaning the normal direction for the bend angle is along the thickness direction. For each member, the thickness direction signifies the material addition direction. This is an input for the entire cable at the start.

Enumerator:
BendAngleDirectionOptionsReverseNormalDirection 

Bend angle reverse normal direction.

BendAngleDirectionOptionsNormalDirection 

Bend angle normal direction.

This enum represents the path adjustment angle direction for the bend segment.

The cross product of the cable direction and the bend angle direction determined using above convention gives the right direction for the path adjustment angle. The left direction is opposite to that.

Enumerator:
PathAdjustmentAngleDirectionOptionsLeftDirection 

Path adjustment angle left direction.

PathAdjustmentAngleDirectionOptionsRightDirection 

Path adjustment angle right direction.

Represents the Flexible Cable segment options.

Enumerator:
SegmentTypeOptionsPlanar 

Planar cable segment.

SegmentTypeOptionsBend 

Bend cable segment.


Member Function Documentation

Returns the cable direction.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the count of conductors.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the conductor spacing.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the conductor width.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Creates a new Features::SheetMetal::FlexibleCableSegment bend segment.

This can be either appended at the end, or inserted in between the list. This is decided by the input index.

Returns:

Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")
Parameters:
bendAngleBend angle.
NOTE: The full Unicode character set is not supported for this parameter.
bendRadiusBend radius.
NOTE: The full Unicode character set is not supported for this parameter.
pathAdjustmentAnglePath adjustment angle.
NOTE: The full Unicode character set is not supported for this parameter.
bendAngleDirectionFeatures::SheetMetal::FlexibleCableBuilder::BendAngleDirectionOptions
pathAdjustmentAngleDirectionFeatures::SheetMetal::FlexibleCableBuilder::PathAdjustmentAngleDirectionOptions
segmentIndexIndex.

Creates a new Features::SheetMetal::FlexibleCableSegment planar segment.

This can be either appended at the end, or inserted in between the list. This is decided by the input index.

Returns:

Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")
Parameters:
lengthLength.
NOTE: The full Unicode character set is not supported for this parameter.
segmentIndexIndex.

Returns the cross section width.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Deletes all cable segments.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Deletes a cable segment at given index.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Parameters:
indexIndex of the Features::SheetMetal::FlexibleCableSegment which needs to be deleted.

Returns the index of cable segment.

Returns:

Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")
Parameters:
flexibleCableSegmentFeatures::SheetMetal::FlexibleCableSegment .

Returns the cable segment at given index.

Returns:

Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")
Parameters:
indexIndex of the required Features::SheetMetal::FlexibleCableSegment .

Get the count of Features::SheetMetal::FlexibleCableSegment .

Returns:
Segment count.
Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the number of conductors.


Do not use this method. Instead use Features::SheetMetal::FlexibleCableBuilder::ConductorCount

Deprecated:
Deprecated in NX7.5.0.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the cable segment list.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Sets the cable direction.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Parameters:
cableDirectioncabledirection

Sets the count of conductors.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Parameters:
noOfConductorsNumber of conductors of cable.

Sets the number of conductors.


Do not use this method. Instead use Features::SheetMetal::FlexibleCableBuilder::ConductorCount

Deprecated:
Deprecated in NX7.5.0.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Parameters:
noOfConductorsNumber of conductors of cable.

Sets the start point.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Parameters:
startPointstartpoint

Sets the thickness direction.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Parameters:
thicknessDirectionthicknessdirection

Returns the start point.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the stripping length.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the thickness.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the thickness direction.


Created in NX7.5.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")

Returns the type list.


Do not use this method. Instead use Features::SheetMetal::FlexibleCableBuilder::SegmentList


Deprecated:
Deprecated in NX7.5.0.


Created in NX6.0.0.

License requirements : nx_flexible_pcb ("NX Flexible PCB")


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