NX Open C++ Reference Guide
Public Member Functions
NXOpen::Line Class Reference

Represents a line curve. More...

Inheritance diagram for NXOpen::Line:
NXOpen::Curve NXOpen::SmartObject NXOpen::ICurve NXOpen::IProfile NXOpen::DisplayableObject NXOpen::IBaseCurve NXOpen::INXObject NXOpen::NXObject NXOpen::IFitTo NXOpen::INXObject NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject NXOpen::InfiniteLine NXOpen::Routing::LineSegment

List of all members.

Public Member Functions

NXOpen::Point3d EndPoint ()
 Returns the end point of the line
Created in NX3.0.0.
void SetEndPoint (const NXOpen::Point3d &endPoint)
 Sets the end point of the line
Created in NX3.0.0.
void SetEndpoints (const NXOpen::Point3d &startPoint, const NXOpen::Point3d &endPoint)
 Sets the start and end points of the line
Created in NX3.0.0.
void SetStartPoint (const NXOpen::Point3d &startPoint)
 Sets the start point of the line
Created in NX3.0.0.
NXOpen::Point3d StartPoint ()
 Returns the start point of the line
Created in NX3.0.0.

Detailed Description

Represents a line curve.


To create a new instance of this class, use CurveCollection::CreateLine

Created in NX3.0.0.


Member Function Documentation

Returns the end point of the line
Created in NX3.0.0.



License requirements : None

void NXOpen::Line::SetEndPoint ( const NXOpen::Point3d endPoint)

Sets the end point of the line
Created in NX3.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Parameters:
endPointend point
void NXOpen::Line::SetEndpoints ( const NXOpen::Point3d startPoint,
const NXOpen::Point3d endPoint 
)

Sets the start and end points of the line
Created in NX3.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Parameters:
startPointthe start point
endPointthe end point
void NXOpen::Line::SetStartPoint ( const NXOpen::Point3d startPoint)

Sets the start point of the line
Created in NX3.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Parameters:
startPointstart point

Returns the start point of the line
Created in NX3.0.0.



License requirements : None


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