NX Open C++ Reference Guide
|
Represents a Flexible Cable Segment class. More...
Represents a Flexible Cable Segment class.
No creator as of now
Created in NX7.5.0.
Returns the bend angle.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::FlexibleCableBuilder::BendAngleDirectionOptions NXOpen::Features::SheetMetal::FlexibleCableSegment::BendAngleDirection | ( | ) |
Returns the bend angle direction.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
Returns the bend radius.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::FlexibleCableBuilder::SegmentTypeOptions NXOpen::Features::SheetMetal::FlexibleCableSegment::GetSegmentType | ( | ) |
Returns the type of cable segment.
It could be of SheetMetal::FlexibleCableBuilder::SegmentTypeOptionsPlanar Features:: SheetMetal::FlexibleCableBuilder::SegmentTypeOptionsPlanar , or SheetMetal::FlexibleCableBuilder::SegmentTypeOptionsBend Features:: SheetMetal::FlexibleCableBuilder::SegmentTypeOptionsBend
Returns the length.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
Returns the path adjustment angle.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::FlexibleCableBuilder::PathAdjustmentAngleDirectionOptions NXOpen::Features::SheetMetal::FlexibleCableSegment::PathAdjustmentAngleDirection | ( | ) |
Returns the path adjustment angle direction.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::FlexibleCableSegment::SetBendAngleDirection | ( | NXOpen::Features::SheetMetal::FlexibleCableBuilder::BendAngleDirectionOptions | bendAngleDirectionOption | ) |
Sets the bend angle direction.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
bendAngleDirectionOption | Bend angle direction option. |
void NXOpen::Features::SheetMetal::FlexibleCableSegment::SetPathAdjustmentAngleDirection | ( | NXOpen::Features::SheetMetal::FlexibleCableBuilder::PathAdjustmentAngleDirectionOptions | pathAdjustmentAngleDirectionOption | ) |
Sets the path adjustment angle direction.
Created in NX7.5.0.
License requirements : nx_flexible_pcb ("NX Flexible PCB")
pathAdjustmentAngleDirectionOption | Path adjustment angle direction option. |