AddNoteSurface
Overloads
AddNoteSurface(string text)
public void AddNoteSurface(string text)
표면 노트 추가 (위치는 사용자가 선택)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
AddNoteSurface(string noteText, bool useSymbol, string symbolText)
public void AddNoteSurface(string noteText, bool useSymbol, string symbolText)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| noteText | string | 노트 텍스트 |
| useSymbol | bool | 심볼 사용 여부 |
| symbolText | string | 심볼 텍스트 |
AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ)
public int AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style)
public int AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, Object tag)
public int AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style, Object tag)
public int AddNoteSurface(string text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, Vertex3D position, Vertex3D surface)
public int AddNoteSurface(string text, Vertex3D position, Vertex3D surface)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, Vertex3D position, Vertex3D surface, NoteStyle style)
public int AddNoteSurface(string text, Vertex3D position, Vertex3D surface, NoteStyle style)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, Vertex3D position, Vertex3D surface, Object tag)
public int AddNoteSurface(string text, Vertex3D position, Vertex3D surface, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, Vertex3D position, Vertex3D surface, NoteStyle style, Object tag)
public int AddNoteSurface(string text, Vertex3D position, Vertex3D surface, NoteStyle style, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ)
public int AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style)
public int AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, Object tag)
public int AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style, Object tag)
public int AddNoteSurface(MultiColorText text, float x, float y, float z, float surfaceX, float surfaceY, float surfaceZ, NoteStyle style, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface)
public int AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface, NoteStyle style)
public int AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface, NoteStyle style)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface, Object tag)
public int AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface, NoteStyle style, Object tag)
public int AddNoteSurface(MultiColorText text, Vertex3D position, Vertex3D surface, NoteStyle style, Object tag)
표면 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| surface | Vertex3D | 표면점 |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNoteSurface(string text, float surfaceX, float surfaceY, float surfaceZ)
public void AddNoteSurface(string text, float surfaceX, float surfaceY, float surfaceZ)
표면 노트 추가 (텍스트 위치는 사용자가 선택)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| surfaceX | float | 표면점 X |
| surfaceY | float | 표면점 Y |
| surfaceZ | float | 표면점 Z |
AddNoteSurface(string text, Vertex3D surface)
public void AddNoteSurface(string text, Vertex3D surface)
표면 노트 추가 (텍스트 위치는 사용자가 선택)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| surface | Vertex3D | 표면점 |