Click or drag to resize

ShxAttribute Class

Attribute File Import Class
Inheritance Hierarchy
SystemObject
  VIZCore3D.NET.ImporterShxAttribute

Namespace:  VIZCore3D.NET.Importer
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class ShxAttribute

The ShxAttribute type exposes the following members.

Constructors
  NameDescription
Public methodShxAttribute
Construction
Top
Properties
  NameDescription
Public propertyAttributeFileMap
Attribute File List. Key : File Name (Without Extenstion), Capital Letter Value : Path
Public propertyAttributeList
Attribute List
Public propertyAttributeListMap
Attribute List Map. Key : File Name (Without Extenstion), Capital Letter Value : Attribute Node List
Public propertyAttributeNodeMap
Attribute Node Map. Key : Attribute Node Path Value : Attribute Node
Public propertyAttributePath
Attribute File Path
Public propertyAttributeRootMap
Attribute Root Map. Key : File Name (Without Extenstion), Capital Letter Value : Attribute Root Node
Top
Methods
  NameDescription
Public methodExportAttributeMetadata
속성 메타데이터 파일 생성
Public methodGetAttribute
지정된 노드패스의 속성 정보 반환
Public methodImportAttributeNode
속성 정보 불러오기
Public methodIsExistAttributeFile
노드 이름에 해당하는 속성 파일 유무 반환
Public methodMakeAttributeNodeMap
속성 검색 Cache 생성
Top
See Also