C# Class SpaceClaim.AddIn.Utilities.ThreadTool

Inheritance: Tool
Mostrar archivo Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
ThreadTool ( ) : System

Protected Methods

Method Description
AdjustSelection ( IDocObject docObject ) : IDocObject
OnClickStart ( Point cursorPos, Line cursorRay ) : bool
OnEnable ( bool enable ) : void
OnInitialize ( ) : void
OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool

Private Methods

Method Description
AngleCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void
AxisBounds ( Face cylinderFace, Line axisCopy ) : Interval
CreateThreadBody ( Face cylinderFace, double pitch, double angle, double positionOffset ) : Body
CreateThreadCurves ( Face cylinderFace, double pitch, double angle, double positionOffset, CurveSegment &innerCurve, CurveSegment &outerCurveA, CurveSegment &outerCurveB ) : void
CreateUntransformedThreadCurves ( Face cylinderFace, double pitch, double angle, Interval bounds, double positionOffset, double &radius, Line &axis, CurveSegment &innerCurve, CurveSegment &outerCurveA, CurveSegment &outerCurveB, System.Matrix &trans, double &innerRadius, double &outerRadius ) : void
PitchCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void
PositionCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void
Reset ( ) : void
TrimAndTransform ( System.Matrix &trans, Plane planeA, Plane planeB, CurveSegment curve ) : CurveSegment
TypeCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void
Window_PreselectionChanged ( object sender, EventArgs e ) : void

Method Details

AdjustSelection() protected method

protected AdjustSelection ( IDocObject docObject ) : IDocObject
docObject IDocObject
return IDocObject

OnClickStart() protected method

protected OnClickStart ( Point cursorPos, Line cursorRay ) : bool
cursorPos System.Drawing.Point
cursorRay Line
return bool

OnEnable() protected method

protected OnEnable ( bool enable ) : void
enable bool
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

OnMouseMove() protected method

protected OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool
cursorPos System.Drawing.Point
cursorRay Line
button MouseButtons
return bool

ThreadTool() public method

public ThreadTool ( ) : System
return System