C# Class SpaceClaim.AddInLibrary.NoteHelper

Afficher le fichier Open project: bcourter/SpaceClaim-AddIns

Méthodes publiques

Méthode Description
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

Method Details

AnnotateFace() public static méthode

public static AnnotateFace ( Part targetPart, DesignFace face, string comment ) : void
targetPart Part
face DesignFace
comment string
Résultat void

AnnotateFace() public static méthode

public static AnnotateFace ( Part targetPart, DesignFace face, string comment, double textHeight, Direction direction ) : void
targetPart Part
face DesignFace
comment string
textHeight double
direction Direction
Résultat void

CreateOrGetLayer() public static méthode

public static CreateOrGetLayer ( Document doc, string name, System color ) : Layer
doc Document
name string
color System
Résultat Layer

GetNoteLocation() public static méthode

public static GetNoteLocation ( INote note, HorizontalType horizontalType, VerticalType verticalType ) : PointUV
note INote
horizontalType HorizontalType
verticalType VerticalType
Résultat PointUV

GetPlaneCenteredOnFace() public static méthode

public static GetPlaneCenteredOnFace ( DesignFace face ) : Plane
face DesignFace
Résultat Plane