Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoProfileEdge Class Reference

Description

Represents a ...

Inherits kObject.

Public Member Functions

k64f GoProfileEdge_DepthMin (GoProfileEdge edge)
 Gets the minimum depth. More...
 
k64f GoProfileEdge_EdgeAngle (GoProfileEdge edge)
 Gets the edge angle. More...
 
k64f GoProfileEdge_NominalRadius (GoProfileEdge edge)
 Gets the nominal radius. More...
 
GoProfileRegion GoProfileEdge_Region (GoProfileEdge edge)
 Gets the profile region. More...
 
kStatus GoProfileEdge_SetDepthMin (GoProfileEdge edge, k64f depth)
 Sets the minimum depth. More...
 
kStatus GoProfileEdge_SetEdgeAngle (GoProfileEdge edge, k64f angle)
 Sets the edge angle. More...
 
kStatus GoProfileEdge_SetNominalRadius (GoProfileEdge edge, k64f radius)
 Sets the nominal radius. More...
 
kStatus GoProfileEdge_SetSurfaceOffset (GoProfileEdge edge, k64f offset)
 Sets the surface offset. More...
 
kStatus GoProfileEdge_SetSurfaceWidth (GoProfileEdge edge, k64f width)
 Sets the surface width. More...
 
kStatus GoProfileEdge_SetType (GoProfileEdge edge, GoProfileEdgeType type)
 Sets the profile edge type. More...
 
kStatus GoProfileEdge_SetVoidWidthMax (GoProfileEdge edge, k64f width)
 Sets the maximum void width. More...
 
k64f GoProfileEdge_SurfaceOffset (GoProfileEdge edge)
 Gets the surface offset. More...
 
k64f GoProfileEdge_SurfaceWidth (GoProfileEdge edge)
 Gets the surface width. More...
 
GoProfileEdgeType GoProfileEdge_Type (GoProfileEdge edge)
 Gets the profile edge type. More...
 
k64f GoProfileEdge_VoidWidthMax (GoProfileEdge edge)
 Gets the maximum void width. More...
 

Member Function Documentation

k64f GoProfileEdge_DepthMin ( GoProfileEdge  edge)

Gets the minimum depth.

Parameters
edgeGoProfileEdge object.
Returns
The minimum depth.
k64f GoProfileEdge_EdgeAngle ( GoProfileEdge  edge)

Gets the edge angle.

Parameters
edgeGoProfileEdge object.
Returns
The edge angle.
k64f GoProfileEdge_NominalRadius ( GoProfileEdge  edge)

Gets the nominal radius.

Parameters
edgeGoProfileEdge object.
Returns
The nominal radius.
GoProfileRegion GoProfileEdge_Region ( GoProfileEdge  edge)

Gets the profile region.

Parameters
edgeGoProfileEdge object.
Returns
The profile region.
kStatus GoProfileEdge_SetDepthMin ( GoProfileEdge  edge,
k64f  depth 
)

Sets the minimum depth.

Parameters
edgeGoProfileEdge object.
depthThe minimum depth.
Returns
Operation status.
kStatus GoProfileEdge_SetEdgeAngle ( GoProfileEdge  edge,
k64f  angle 
)

Sets the edge angle.

Parameters
edgeGoProfileEdge object.
anglek64f object.
Returns
Operation status.
kStatus GoProfileEdge_SetNominalRadius ( GoProfileEdge  edge,
k64f  radius 
)

Sets the nominal radius.

Parameters
edgeGoProfileEdge object.
radiusThe nominal radius.
Returns
Operation status.
kStatus GoProfileEdge_SetSurfaceOffset ( GoProfileEdge  edge,
k64f  offset 
)

Sets the surface offset.

Parameters
edgeGoProfileEdge object.
offsetThe surface offset.
Returns
Operation status.
kStatus GoProfileEdge_SetSurfaceWidth ( GoProfileEdge  edge,
k64f  width 
)

Sets the surface width.

Parameters
edgeGoProfileEdge object.
widthThe surface width.
Returns
Operation status.
kStatus GoProfileEdge_SetType ( GoProfileEdge  edge,
GoProfileEdgeType  type 
)

Sets the profile edge type.

Parameters
edgeGoProfileEdge object.
typeThe type of the profile edge.
Returns
Operation status.
kStatus GoProfileEdge_SetVoidWidthMax ( GoProfileEdge  edge,
k64f  width 
)

Sets the maximum void width.

Parameters
edgeGoProfileEdge object.
widthThe width to set for the maximum void width.
Returns
Operation status.
k64f GoProfileEdge_SurfaceOffset ( GoProfileEdge  edge)

Gets the surface offset.

Parameters
edgeGoProfileEdge object.
Returns
The surface offset.
k64f GoProfileEdge_SurfaceWidth ( GoProfileEdge  edge)

Gets the surface width.

Parameters
edgeGoProfileEdge object.
Returns
The surface width.
GoProfileEdgeType GoProfileEdge_Type ( GoProfileEdge  edge)

Gets the profile edge type.

Parameters
edgeGoProfileEdge object.
Returns
The profile edge type.
k64f GoProfileEdge_VoidWidthMax ( GoProfileEdge  edge)

Gets the maximum void width.

Parameters
edgeGoProfileEdge object.
Returns
Maximum void width.

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