RhinoCommon API
RenderContentCreate Method |

Name | Description | |
---|---|---|
![]() ![]() | Create(Guid, RenderContentShowContentChooserFlags, RhinoDoc) |
Constructs a new content of the specified type and add it to the persistent content list.
This function cannot be used to create temporary content that you delete after use.
Content created by this function is owned by RDK and appears in the content editor.
To create a temporary content which is owned by you, call RenderContentType.NewContentFromType().
|
![]() ![]() | Create(Type, RenderContentShowContentChooserFlags, RhinoDoc) |
Constructs a new content of the specified type and add it to the persistent content list.
This function cannot be used to create temporary content that you delete after use.
Content created by this function is owned by RDK and appears in the content editor.
To create a temporary content which is owned by you, call RenderContentType.NewContentFromType().
|
![]() ![]() | Create(Guid, RenderContent, String, RenderContentShowContentChooserFlags, RhinoDoc) |
Constructs a new content of the specified type and add it to the persistent content list.
This function cannot be used to create temporary content that you delete after use.
Content created by this function is owned by RDK and appears in the content editor.
To create a temporary content which is owned by you, call RenderContentType.NewContentFromType().
|
![]() ![]() | Create(Type, RenderContent, String, RenderContentShowContentChooserFlags, RhinoDoc) |
Constructs a new content of the specified type and add it to the persistent content list.
This function cannot be used to create temporary content that you delete after use.
Content created by this function is owned by RDK and appears in the content editor.
To create a temporary content which is owned by you, call RenderContentType.NewContentFromType().
|
