OCC.LProp3d module¶
Handles local properties of curves and surfaces from thepackage Adaptor3d.SeeAlso: Package LProp.
-
class
LProp3d_CLProps(*args)¶ Bases:
objectParameters: Return type: Return type: Return type: -
thisown¶ The membership flag
-
-
class
LProp3d_CurveTool¶ Bases:
object-
static
Continuity()¶ - returns the order of continuity of the HCurve <C>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable. returns 3 : first, second and third are computable.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: int
-
static
D1()¶ - Computes the point <P> and first derivative <V1> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
static
D2()¶ - Computes the point <P>, the first derivative <V1> and second derivative <V2> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
static
D3()¶ - Computes the point <P>, the first derivative <V1>, the second derivative <V2> and third derivative <V3> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
static
FirstParameter()¶ - returns the first parameter bound of the HCurve.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
static
LastParameter()¶ - returns the last parameter bound of the HCurve. FirstParameter must be less than LastParamenter.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
static
Value()¶ - Computes the point <P> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
thisown¶ The membership flag
-
static
-
LProp3d_CurveTool_Continuity()¶ - returns the order of continuity of the HCurve <C>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable. returns 3 : first, second and third are computable.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: int
-
LProp3d_CurveTool_D1()¶ - Computes the point <P> and first derivative <V1> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
LProp3d_CurveTool_D2()¶ - Computes the point <P>, the first derivative <V1> and second derivative <V2> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
LProp3d_CurveTool_D3()¶ - Computes the point <P>, the first derivative <V1>, the second derivative <V2> and third derivative <V3> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
LProp3d_CurveTool_FirstParameter()¶ - returns the first parameter bound of the HCurve.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
LProp3d_CurveTool_LastParameter()¶ - returns the last parameter bound of the HCurve. FirstParameter must be less than LastParamenter.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
LProp3d_CurveTool_Value()¶ - Computes the point <P> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
class
LProp3d_SLProps(*args)¶ Bases:
objectParameters: Return type: Return type: Return type: -
thisown¶ The membership flag
-
-
class
LProp3d_SurfaceTool¶ Bases:
object-
static
Bounds()¶ - returns the bounds of the HSurface.
Parameters: - S (Handle_Adaptor3d_HSurface &) –
- U1 (float &) –
- V1 (float &) –
- U2 (float &) –
- V2 (float &) –
Return type: void
-
static
Continuity()¶ - returns the order of continuity of the HSurface <S>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable.
Parameters: S (Handle_Adaptor3d_HSurface &) – Return type: int
-
static
D1()¶ - Computes the point <P> and first derivative <D1*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
static
D2()¶ - Computes the point <P>, the first derivative <D1*> and second derivative <D2*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
static
DN()¶ Parameters: Return type:
-
static
Value()¶ - Computes the point <P> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
thisown¶ The membership flag
-
static
-
LProp3d_SurfaceTool_Bounds()¶ - returns the bounds of the HSurface.
Parameters: - S (Handle_Adaptor3d_HSurface &) –
- U1 (float &) –
- V1 (float &) –
- U2 (float &) –
- V2 (float &) –
Return type: void
-
LProp3d_SurfaceTool_Continuity()¶ - returns the order of continuity of the HSurface <S>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable.
Parameters: S (Handle_Adaptor3d_HSurface &) – Return type: int
-
LProp3d_SurfaceTool_D1()¶ - Computes the point <P> and first derivative <D1*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
LProp3d_SurfaceTool_D2()¶ - Computes the point <P>, the first derivative <D1*> and second derivative <D2*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
LProp3d_SurfaceTool_DN()¶ Parameters: Return type:
-
LProp3d_SurfaceTool_Value()¶ - Computes the point <P> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
class
SwigPyIterator(*args, **kwargs)¶ Bases:
object-
advance()¶
-
copy()¶
-
decr()¶
-
distance()¶
-
equal()¶
-
incr()¶
-
next()¶
-
previous()¶
-
thisown¶ The membership flag
-
value()¶
-
-
new_instancemethod(func, inst, cls)¶
-
register_handle(handle, base_object)¶ Inserts the handle into the base object to prevent memory corruption in certain cases