C# Класс SpaceClaim.AddInLibrary.NoteHelper

Показать файл Открыть проект

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

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