QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_PolyEdgeSegment Class Reference

#include <opennurbs_polyedgecurve.h>

Inheritance diagram for ON_PolyEdgeSegment:
ON_CurveProxy ON_Curve ON_Geometry ON_Object

Public Member Functions

const ON_BrepBrep () const
 
bool Create (const ON_BrepTrim *trim, const ON_UUID &object_id)
 
bool Create (const ON_Curve *curve, const ON_UUID &object_id)
 
void DestroyRuntimeCache (bool bDelete=true)
 
ON_CurveDuplicateCurve () const
 
const ON_BrepEdgeEdge () const
 
ON_Interval EdgeDomain () const
 
double EdgeParameter (double t) const
 
const ON_BrepFaceFace () const
 
ON_BOOL32 IsClosed () const
 
ON_Surface::ISO IsoType () const
 
 ON_PolyEdgeSegment ()
 
ON_BOOL32 Read (ON_BinaryArchive &)
 
bool ReversedEdgeDir () const
 
bool ReversedTrimDir () const
 
void SetTrimDomainFromEdgeDomain ()
 
ON_BOOL32 Split (double t, ON_Curve *&left_side, ON_Curve *&right_side) const
 
const ON_SurfaceSurface () const
 
ON_2dPoint SurfaceParameter (double t) const
 
const ON_BrepTrimTrim () const
 
ON_BOOL32 Trim (const ON_Interval &domain)
 
ON_Interval TrimDomain () const
 
double TrimParameter (double t) const
 
ON_BOOL32 Write (ON_BinaryArchive &) const
 
 ~ON_PolyEdgeSegment ()
 
- Public Member Functions inherited from ON_CurveProxy
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
int Degree () const
 
int Dimension () const
 
ON_Interval Domain () const
 
void Dump (ON_TextLog &) const
 
ON_BOOL32 Evaluate (double, int, int, double *, int=0, int *=0) const
 
ON_BOOL32 GetBBox (double *, double *, ON_BOOL32=false) const
 
bool GetClosestPoint (const ON_3dPoint &, double *, double=0.0, const ON_Interval *=NULL) const
 
ON_BOOL32 GetCurveParameterFromNurbFormParameter (double, double *) const
 
ON_BOOL32 GetLength (double *, double=1.0e-8, const ON_Interval *=NULL) const
 
ON_BOOL32 GetLocalClosestPoint (const ON_3dPoint &, double, double *, const ON_Interval *=NULL) const
 
bool GetNextDiscontinuity (ON::continuity c, double t0, double t1, double *t, int *hint=NULL, int *dtype=NULL, double cos_angle_tolerance=0.99984769515639123915701155881391, double curvature_tolerance=ON_SQRT_EPSILON) const
 
virtual ON_BOOL32 GetNormalizedArcLengthPoint (double s, double *t, double fractional_tolerance=1.0e-8, const ON_Interval *sub_domain=NULL) const
 
virtual ON_BOOL32 GetNormalizedArcLengthPoints (int count, const double *s, double *t, double absolute_tolerance=0.0, double fractional_tolerance=1.0e-8, const ON_Interval *sub_domain=NULL) const
 
int GetNurbForm (ON_NurbsCurve &, double=0.0, const ON_Interval *=NULL) const
 
ON_BOOL32 GetNurbFormParameterFromCurveParameter (double, double *) const
 
ON_BOOL32 GetParameterTolerance (double, double *, double *) const
 
ON_BOOL32 GetSpanVector (double *) const
 
int HasNurbForm () const
 
ON_BOOL32 IsArc (const ON_Plane *=NULL, ON_Arc *=NULL, double=ON_ZERO_TOLERANCE) const
 
bool IsContinuous (ON::continuity c, double t, int *hint=NULL, double point_tolerance=ON_ZERO_TOLERANCE, double d1_tolerance=ON_ZERO_TOLERANCE, double d2_tolerance=ON_ZERO_TOLERANCE, double cos_angle_tolerance=0.99984769515639123915701155881391, double curvature_tolerance=ON_SQRT_EPSILON) const
 
ON_BOOL32 IsInPlane (const ON_Plane &, double=ON_ZERO_TOLERANCE) const
 
ON_BOOL32 IsLinear (double=ON_ZERO_TOLERANCE) const
 
ON_BOOL32 IsPeriodic (void) const
 
ON_BOOL32 IsPlanar (ON_Plane *=NULL, double=ON_ZERO_TOLERANCE) const
 
int IsPolyline (ON_SimpleArray< ON_3dPoint > *pline_points=NULL, ON_SimpleArray< double > *pline_t=NULL) const
 
bool IsShort (double tolerance, const ON_Interval *sub_domain=NULL) const
 
ON_BOOL32 IsValid (ON_TextLog *text_log=NULL) const
 
 ON_CurveProxy ()
 
 ON_CurveProxy (const ON_Curve *)
 
 ON_CurveProxy (const ON_Curve *, ON_Interval)
 
 ON_CurveProxy (const ON_CurveProxy &)
 
ON_CurveProxyoperator= (const ON_CurveProxy &)
 
const ON_CurveProxyCurve () const
 
ON_Interval ProxyCurveDomain () const
 
bool ProxyCurveIsReversed () const
 
double RealCurveParameter (double t) const
 
ON_BOOL32 Reverse ()
 
ON_BOOL32 SetDomain (double t0, double t1)
 
bool SetDomain (ON_Interval domain)
 
void SetProxyCurve (const ON_Curve *real_curve)
 
void SetProxyCurve (const ON_Curve *real_curve, ON_Interval real_curve_subdomain)
 
bool SetProxyCurveDomain (ON_Interval proxy_curve_subdomain)
 
unsigned int SizeOf () const
 
int SpanCount () const
 
double ThisCurveParameter (double real_curve_parameter) const
 
ON_BOOL32 Transform (const ON_Xform &)
 
virtual ~ON_CurveProxy ()
 
- Public Member Functions inherited from ON_Curve
bool AreaMassProperties (ON_3dPoint base_point, ON_3dVector plane_normal, ON_MassProperties &mp, bool bArea=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true, double rel_tol=1.0e-6, double abs_tol=1.0e-6) const
 
virtual ON_BOOL32 ChangeClosedCurveSeam (double t)
 
virtual bool ChangeDimension (int desired_dimension)
 
virtual ON_CurveTree * CreateCurveTree () const
 
ON_3dVector CurvatureAt (double t) const
 
const ON_CurveTree * CurveTree () const
 
ON_3dVector DerivativeAt (double t) const
 
void DestroyCurveTree ()
 
ON_BOOL32 Ev1Der (double t, ON_3dPoint &point, ON_3dVector &first_derivative, int side=0, int *hint=0) const
 
ON_BOOL32 Ev2Der (double t, ON_3dPoint &point, ON_3dVector &first_derivative, ON_3dVector &second_derivative, int side=0, int *hint=0) const
 
bool EvaluatePoint (const class ON_ObjRef &objref, ON_3dPoint &P) const
 
ON_BOOL32 EvCurvature (double t, ON_3dPoint &point, ON_3dVector &tangent, ON_3dVector &kappa, int side=0, int *hint=0) const
 
ON_BOOL32 EvPoint (double t, ON_3dPoint &point, int side=0, int *hint=0) const
 
ON_BOOL32 EvTangent (double t, ON_3dPoint &point, ON_3dVector &tangent, int side=0, int *hint=0) const
 
virtual bool Extend (const ON_Interval &domain)
 
ON_BOOL32 FrameAt (double t, ON_Plane &plane) const
 
ON_BOOL32 GetDomain (double *t0, double *t1) const
 
virtual ON_BOOL32 GetSpanVectorIndex (double t, int side, int *span_vector_index, ON_Interval *span_domain) const
 
bool GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const
 
int IntersectCurve (const ON_Curve *curveB, ON_SimpleArray< ON_X_EVENT > &x, double intersection_tolerance=0.0, double overlap_tolerance=0.0, const ON_Interval *curveA_domain=0, const ON_Interval *curveB_domain=0) const
 
virtual int IntersectSelf (ON_SimpleArray< ON_X_EVENT > &x, double intersection_tolerance=0.0, const ON_Interval *curve_domain=0) const
 
int IntersectSurface (const ON_Surface *surfaceB, ON_SimpleArray< ON_X_EVENT > &x, double intersection_tolerance=0.0, double overlap_tolerance=0.0, const ON_Interval *curveA_domain=0, const ON_Interval *surfaceB_udomain=0, const ON_Interval *surfaceB_vdomain=0) const
 
bool IsClosable (double tolerance, double min_abs_size=0.0, double min_rel_size=10.0) const
 
virtual bool IsEllipse (const ON_Plane *plane=NULL, ON_Ellipse *ellipse=NULL, double tolerance=ON_ZERO_TOLERANCE) const
 
bool IsShort (double tolerance, const ON_Interval *sub_domain=NULL) const
 
bool LengthMassProperties (ON_MassProperties &mp, bool bLength=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true, double rel_tol=1.0e-6, double abs_tol=1.0e-6) const
 
class ON_PolylineCurveMeshCurve (ON_MeshCurveParameters &mp, ON_PolylineCurve *polyline, bool bSkipFirstPoint, const ON_Interval *domain)
 
class ON_PolylineCurveMeshCurve (ON_MeshCurveParameters &mp, ON_PolylineCurve *polyline, bool bSkipFirstPoint, const ON_Interval *domain) const
 
ON_NurbsCurveNurbsCurve (ON_NurbsCurve *pNurbsCurve=NULL, double tolerance=0.0, const ON_Interval *subdomain=NULL) const
 
ON::object_type ObjectType () const
 
 ON_Curve ()
 
 ON_Curve (const ON_Curve &)
 
ON_Curveoperator= (const ON_Curve &)
 
ON_3dPoint PointAt (double t) const
 
ON_3dPoint PointAtEnd () const
 
ON_3dPoint PointAtStart () const
 
bool RemoveShortSegments (double tolerance, bool bRemoveShortSegments=true)
 
bool SetDomain (ON_Interval domain)
 
virtual ON_BOOL32 SetEndPoint (ON_3dPoint end_point)
 
virtual ON_BOOL32 SetStartPoint (ON_3dPoint start_point)
 
ON_3dVector TangentAt (double t) const
 
virtual ~ON_Curve ()
 
- Public Member Functions inherited from ON_Geometry
ON_BoundingBox BoundingBox () const
 
virtual ON_BrepBrepForm (ON_Brep *brep=NULL) const
 
virtual void ClearBoundingBox ()
 
virtual ON_COMPONENT_INDEX ComponentIndex () const
 
ON_BOOL32 GetBoundingBox (ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) const
 
ON_BOOL32 GetBoundingBox (ON_BoundingBox &bbox, int bGrowBox=false) const
 
virtual ON_BOOL32 HasBrepForm () const
 
virtual bool IsDeformable () const
 
virtual bool IsMorphable () const
 
virtual bool MakeDeformable ()
 
virtual bool Morph (const ON_SpaceMorph &morph)
 
 ON_Geometry ()
 
 ON_Geometry (const ON_Geometry &)
 
ON_Geometryoperator= (const ON_Geometry &)
 
ON_BOOL32 Rotate (double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center)
 
ON_BOOL32 Rotate (double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center)
 
ON_BOOL32 Scale (double scale_factor)
 
virtual ON_BOOL32 SwapCoordinates (int i, int j)
 
ON_BOOL32 Translate (const ON_3dVector &translation_vector)
 
virtual ~ON_Geometry ()
 
- Public Member Functions inherited from ON_Object
ON_BOOL32 AttachUserData (ON_UserData *pUserData)
 
bool CopyFrom (const ON_Object *src)
 
void CopyUserData (const ON_Object &source_object)
 
ON_BOOL32 DetachUserData (ON_UserData *pUserData)
 
ON_UserDataFirstUserData () const
 
ON_UserDataGetUserData (const ON_UUID &userdata_uuid) const
 
bool GetUserString (const wchar_t *key, ON_wString &string_value) const
 
int GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const
 
int GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const
 
ON_BOOL32 IsKindOf (const ON_ClassId *pClassId) const
 
virtual void MemoryRelocate ()
 
virtual ON_UUID ModelObjectId () const
 
void MoveUserData (ON_Object &source_object)
 
 ON_Object ()
 
 ON_Object (const ON_Object &)
 
ON_Objectoperator= (const ON_Object &)
 
void PurgeUserData ()
 
bool SetUserString (const wchar_t *key, const wchar_t *string_value)
 
void TransformUserData (const ON_Xform &xform)
 
virtual ~ON_Object ()
 

Public Attributes

const ON_Brepm_brep
 
ON_COMPONENT_INDEX m_component_index
 
const ON_BrepEdgem_edge
 
ON_Interval m_edge_domain
 
const ON_BrepFacem_face
 
ON_UUID m_object_id
 
const void * m_parent_object
 
const ON_Surfacem_surface
 
const ON_BrepTrimm_trim
 
ON_Interval m_trim_domain
 
- Public Attributes inherited from ON_Object
ON_MEMORY_POOLm_mempool
 

Private Member Functions

void ClearEvalCacheHelper ()
 
void Init ()
 
 ON_OBJECT_DECLARE (ON_PolyEdgeSegment)
 

Private Attributes

int m_edge_hint
 
double m_edge_t
 
ON_3dVector m_evsrf_du
 
ON_3dVector m_evsrf_duu
 
ON_3dVector m_evsrf_duv
 
ON_3dVector m_evsrf_dv
 
ON_3dVector m_evsrf_dvv
 
int m_evsrf_hint [2]
 
ON_3dPoint m_evsrf_pt
 
ON_3dVector m_evsrf_tan
 
double m_evsrf_uv [2]
 
double m_srf_uv [2]
 
double m_t
 
int m_trim_hint
 
double m_trim_t
 

Friends

class ON_PolyEdgeCurve
 

Additional Inherited Members

- Protected Member Functions inherited from ON_Curve
ON_CurveTree * CurveTreeHelper ()
 
bool ParameterSearch (double t, int &index, bool bEnableSnap, const ON_SimpleArray< double > &m_t, double RelTol=ON_SQRT_EPSILON) const
 
- Protected Attributes inherited from ON_Curve
ON_CurveTree * m_ctree
 

Constructor & Destructor Documentation

◆ ON_PolyEdgeSegment()

ON_PolyEdgeSegment::ON_PolyEdgeSegment ( )

◆ ~ON_PolyEdgeSegment()

ON_PolyEdgeSegment::~ON_PolyEdgeSegment ( )

Member Function Documentation

◆ Brep()

const ON_Brep * ON_PolyEdgeSegment::Brep ( ) const

◆ ClearEvalCacheHelper()

void ON_PolyEdgeSegment::ClearEvalCacheHelper ( )
private

◆ Create() [1/2]

bool ON_PolyEdgeSegment::Create ( const ON_BrepTrim * trim,
const ON_UUID & object_id )

◆ Create() [2/2]

bool ON_PolyEdgeSegment::Create ( const ON_Curve * curve,
const ON_UUID & object_id )

◆ DestroyRuntimeCache()

void ON_PolyEdgeSegment::DestroyRuntimeCache ( bool bDelete = true)
virtual

Reimplemented from ON_CurveProxy.

◆ DuplicateCurve()

ON_Curve * ON_PolyEdgeSegment::DuplicateCurve ( ) const
virtual

Reimplemented from ON_CurveProxy.

◆ Edge()

const ON_BrepEdge * ON_PolyEdgeSegment::Edge ( ) const

◆ EdgeDomain()

ON_Interval ON_PolyEdgeSegment::EdgeDomain ( ) const

◆ EdgeParameter()

double ON_PolyEdgeSegment::EdgeParameter ( double t) const

◆ Face()

const ON_BrepFace * ON_PolyEdgeSegment::Face ( ) const

◆ Init()

void ON_PolyEdgeSegment::Init ( )
private

◆ IsClosed()

ON_BOOL32 ON_PolyEdgeSegment::IsClosed ( void ) const
virtual

Reimplemented from ON_CurveProxy.

◆ IsoType()

ON_Surface::ISO ON_PolyEdgeSegment::IsoType ( ) const

◆ ON_OBJECT_DECLARE()

ON_PolyEdgeSegment::ON_OBJECT_DECLARE ( ON_PolyEdgeSegment )
private

◆ Read()

ON_BOOL32 ON_PolyEdgeSegment::Read ( ON_BinaryArchive & archive)
virtual

Reimplemented from ON_CurveProxy.

◆ ReversedEdgeDir()

bool ON_PolyEdgeSegment::ReversedEdgeDir ( ) const

◆ ReversedTrimDir()

bool ON_PolyEdgeSegment::ReversedTrimDir ( ) const

◆ SetTrimDomainFromEdgeDomain()

void ON_PolyEdgeSegment::SetTrimDomainFromEdgeDomain ( )

◆ Split()

ON_BOOL32 ON_PolyEdgeSegment::Split ( double t,
ON_Curve *& left_side,
ON_Curve *& right_side ) const
virtual

Reimplemented from ON_CurveProxy.

◆ Surface()

const ON_Surface * ON_PolyEdgeSegment::Surface ( ) const

◆ SurfaceParameter()

ON_2dPoint ON_PolyEdgeSegment::SurfaceParameter ( double t) const

◆ Trim() [1/2]

const ON_BrepTrim * ON_PolyEdgeSegment::Trim ( ) const

◆ Trim() [2/2]

ON_BOOL32 ON_PolyEdgeSegment::Trim ( const ON_Interval & domain)
virtual

Reimplemented from ON_CurveProxy.

◆ TrimDomain()

ON_Interval ON_PolyEdgeSegment::TrimDomain ( ) const

◆ TrimParameter()

double ON_PolyEdgeSegment::TrimParameter ( double t) const

◆ Write()

ON_BOOL32 ON_PolyEdgeSegment::Write ( ON_BinaryArchive & archive) const
virtual

Reimplemented from ON_CurveProxy.

Friends And Related Symbol Documentation

◆ ON_PolyEdgeCurve

friend class ON_PolyEdgeCurve
friend

Member Data Documentation

◆ m_brep

const ON_Brep* ON_PolyEdgeSegment::m_brep

◆ m_component_index

ON_COMPONENT_INDEX ON_PolyEdgeSegment::m_component_index

◆ m_edge

const ON_BrepEdge* ON_PolyEdgeSegment::m_edge

◆ m_edge_domain

ON_Interval ON_PolyEdgeSegment::m_edge_domain

◆ m_edge_hint

int ON_PolyEdgeSegment::m_edge_hint
private

◆ m_edge_t

double ON_PolyEdgeSegment::m_edge_t
private

◆ m_evsrf_du

ON_3dVector ON_PolyEdgeSegment::m_evsrf_du
private

◆ m_evsrf_duu

ON_3dVector ON_PolyEdgeSegment::m_evsrf_duu
private

◆ m_evsrf_duv

ON_3dVector ON_PolyEdgeSegment::m_evsrf_duv
private

◆ m_evsrf_dv

ON_3dVector ON_PolyEdgeSegment::m_evsrf_dv
private

◆ m_evsrf_dvv

ON_3dVector ON_PolyEdgeSegment::m_evsrf_dvv
private

◆ m_evsrf_hint

int ON_PolyEdgeSegment::m_evsrf_hint[2]
private

◆ m_evsrf_pt

ON_3dPoint ON_PolyEdgeSegment::m_evsrf_pt
private

◆ m_evsrf_tan

ON_3dVector ON_PolyEdgeSegment::m_evsrf_tan
private

◆ m_evsrf_uv

double ON_PolyEdgeSegment::m_evsrf_uv[2]
private

◆ m_face

const ON_BrepFace* ON_PolyEdgeSegment::m_face

◆ m_object_id

ON_UUID ON_PolyEdgeSegment::m_object_id

◆ m_parent_object

const void* ON_PolyEdgeSegment::m_parent_object

◆ m_srf_uv

double ON_PolyEdgeSegment::m_srf_uv[2]
private

◆ m_surface

const ON_Surface* ON_PolyEdgeSegment::m_surface

◆ m_t

double ON_PolyEdgeSegment::m_t
private

◆ m_trim

const ON_BrepTrim* ON_PolyEdgeSegment::m_trim

◆ m_trim_domain

ON_Interval ON_PolyEdgeSegment::m_trim_domain

◆ m_trim_hint

int ON_PolyEdgeSegment::m_trim_hint
private

◆ m_trim_t

double ON_PolyEdgeSegment::m_trim_t
private

The documentation for this class was generated from the following files: