C# Класс SpaceClaim.AddIn.Utilities.ThreadTool

Наследование: Tool
Показать файл Открыть проект

Открытые методы

Метод Описание
ThreadTool ( ) : System

Защищенные методы

Метод Описание
AdjustSelection ( IDocObject docObject ) : IDocObject
OnClickStart ( Point cursorPos, Line cursorRay ) : bool
OnEnable ( bool enable ) : void
OnInitialize ( ) : void
OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool

Приватные методы

Метод Описание
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

Описание методов

AdjustSelection() защищенный Метод

protected AdjustSelection ( IDocObject docObject ) : IDocObject
docObject IDocObject
Результат IDocObject

OnClickStart() защищенный Метод

protected OnClickStart ( Point cursorPos, Line cursorRay ) : bool
cursorPos System.Drawing.Point
cursorRay Line
Результат bool

OnEnable() защищенный Метод

protected OnEnable ( bool enable ) : void
enable bool
Результат void

OnInitialize() защищенный Метод

protected OnInitialize ( ) : void
Результат void

OnMouseMove() защищенный Метод

protected OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool
cursorPos System.Drawing.Point
cursorRay Line
button MouseButtons
Результат bool

ThreadTool() публичный Метод

public ThreadTool ( ) : System
Результат System