ADN Club > Inventor API

Из ilogic в inventor addin

<< < (4/4)

niksasa:

--- Цитата: Алексей Романов от 14-01-2014, 11:18:13 ---oRefDoc = oView.ReferencedDocumentDescriptor.ReferencedDocument
Dim oX As WorkAxis
Dim oY As WorkAxis
Dim oZ As WorkAxis
oX = oRefDoc.ComponentDefinition.WorkAxes(1)
oY = oRefDoc.ComponentDefinition.WorkAxes(2)
oZ = oRefDoc.ComponentDefinition.WorkAxes(3)
oView.SetIncludeStatus(oX, True)
oView.SetIncludeStatus(oY, True)
oView.SetIncludeStatus(oZ, True)
--- Конец цитаты ---
С этим у меня вопросов нет.

Навигация

[0] Главная страница сообщений

[*] Предыдущая страница

Перейти к полной версии