C# 클래스 SpaceClaim.AddIn.Utilities.ThreadTool

상속: Tool
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

공개 메소드들

메소드 설명
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