C# 클래스 SpaceClaim.AddInLibrary.NoteHelper

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

공개 메소드들

메소드 설명
AnnotateFace ( Part targetPart, DesignFace face, string comment ) : void
AnnotateFace ( Part targetPart, DesignFace face, string comment, double textHeight, Direction direction ) : void
CreateOrGetLayer ( Document doc, string name, System color ) : Layer
GetNoteLocation ( INote note, HorizontalType horizontalType, VerticalType verticalType ) : PointUV
GetPlaneCenteredOnFace ( DesignFace face ) : Plane

메소드 상세

AnnotateFace() 공개 정적인 메소드

public static AnnotateFace ( Part targetPart, DesignFace face, string comment ) : void
targetPart Part
face DesignFace
comment string
리턴 void

AnnotateFace() 공개 정적인 메소드

public static AnnotateFace ( Part targetPart, DesignFace face, string comment, double textHeight, Direction direction ) : void
targetPart Part
face DesignFace
comment string
textHeight double
direction Direction
리턴 void

CreateOrGetLayer() 공개 정적인 메소드

public static CreateOrGetLayer ( Document doc, string name, System color ) : Layer
doc Document
name string
color System
리턴 Layer

GetNoteLocation() 공개 정적인 메소드

public static GetNoteLocation ( INote note, HorizontalType horizontalType, VerticalType verticalType ) : PointUV
note INote
horizontalType HorizontalType
verticalType VerticalType
리턴 PointUV

GetPlaneCenteredOnFace() 공개 정적인 메소드

public static GetPlaneCenteredOnFace ( DesignFace face ) : Plane
face DesignFace
리턴 Plane